[EMAIL PROTECTED] wrote:
Author: niq
Date: Sun Nov  2 16:46:54 2008
New Revision: 709993

URL: http://svn.apache.org/viewvc?rev=709993&view=rev
Log:
Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup
and add a flag to prevent running without any module taking responsibility
for managing system privileges!
....
+/* register modules that undertake to manage system security */
+extern int sys_privileges;
.....
+    ++sys_privileges;
     return OK;

-0.9999999998

No more global variables :(

-Paul

Reply via email to