Ruediger Pluem wrote: > > On 08/22/2007 07:21 PM, JoshuaKramer wrote: >> Howdy All, >> >> Is there an easy way to get the apr_proc_fork mechanism to set the >> SELinux context or domain of child scripts? I am using an experimental >> module (mod_wsgi) to run Python scripts; the Python script is run in a >> Python interpreter which in turn is embedded in child HTTPD processes. >> These child HTTPD processes run as individual Linux users. I'd also >> like to be able to set their security contexts/domains. > > As apr_proc_fork is part of APR it would be better to post this question > to [EMAIL PROTECTED] (although many APR folks are also on this list).
You might also have a look at http://svn.apache.org/repos/asf/httpd/httpd/trunk/os/unix/unixd.c about how httpd extended the create process logic.
