===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
unoconv-0.7/doc/selinux.adoc-24-Make sure you server can perform system calls: you would need  to  use  commands
unoconv-0.7/doc/selinux.adoc:25:like +exec()+, +shell_exec()+, +passthru()+, +system()+ etc. Basically you need
unoconv-0.7/doc/selinux.adoc-26-to check that in 'php.ini' or script settings:
##############################################
unoconv-0.7/doc/selinux.adoc-31-If everything is OK, you should be able to run unoconv with statements like:
unoconv-0.7/doc/selinux.adoc:32:+exec("unoconv -f html -o target_dir $filename");+
unoconv-0.7/doc/selinux.adoc-33-
##############################################
unoconv-0.7/debian/rules-12-	  while read f; do \
unoconv-0.7/debian/rules:13:	    dh_link usr/share/man/man1/unoconv.1 usr/share/man/man1/"`echo "$$f" | sed -e s#debian/unoconv/usr/bin/##`".1; \
unoconv-0.7/debian/rules-14-	  done