Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    
    ...
    system (`ls -l /usr/bin/host`);
    $host
    !
    
  2. or download this
        cat /var/log/messages<br>
    
  3. or download this
        Sep 22 10:16:02 localhost setroubleshoot: SELinux is preventing ho
    +st (httpd_sys_script_t) "create" to <Unknown> (httpd_sys_script_t). F
    +or complete SELinux ....
    
  4. or download this
    echo 0 >/selinux/enforce
    
  5. or download this
    echo 1 >/selinux/enforce
    
  6. or download this
     exe="/usr/bin/host" subj=unconfined_u:system_r:httpd_sys_script_t:s0
    
  7. or download this
    setsebool -P httpd_can_network_connect 1
    
  8. or download this
    audit2allow -a