<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      I've had something similar work with this sort of extra policy.<br>
      <br>
      $ cat localhttpping.te<br>
      ##############################################<br>
      module localhttpping 1.0.4;<br>
      <br>
      require {<br>
             type httpd_sys_script_t;<br>
             type ping_t;<br>
             type ping_exec_t;<br>
             class process { transition };<br>
      }<br>
      <br>
      allow httpd_sys_script_t ping_t:process transition;<br>
      domain_auto_trans(httpd_sys_script_t,ping_exec_t,ping_t);<br>
      $<br>
      <br>
      This was from a CGI shell script, so if it's coming via PHP it
      might be in httpd_t rather than httpd_sys_script_t<br>
      <br>
      <br>
      <br>
      <br>
    </div>
    <pre class="moz-signature" cols="72">-- 
Ted Rule

Director, Layer3 Systems Ltd
Layer3 Systems Limited is registered in England.  Company no 3130393
43 Pendle Road, Streatham, London, SW16 6RT

Tel: 020-8769-4484
Mob: 07946-908914
GPG Fingerprint = 9227:3434:b51d:c7a1:eea6:21e2:418a:8997:c104:7566

E: <a class="moz-txt-link-abbreviated" href="mailto:ejtr@layer3.co.uk">ejtr@layer3.co.uk</a>
W: <a class="moz-txt-link-freetext" href="http://www.layer3.co.uk/">http://www.layer3.co.uk/</a></pre>
  </body>
</html>