You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/10/30 02:52:35 UTC

svn commit: r709079 - /httpd/httpd/trunk/server/mpm/simple/simple_run.c

Author: pquerna
Date: Wed Oct 29 18:52:35 2008
New Revision: 709079

URL: http://svn.apache.org/viewvc?rev=709079&view=rev
Log:
Remove completed todo items.

Modified:
    httpd/httpd/trunk/server/mpm/simple/simple_run.c

Modified: httpd/httpd/trunk/server/mpm/simple/simple_run.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/simple/simple_run.c?rev=709079&r1=709078&r2=709079&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/simple/simple_run.c (original)
+++ httpd/httpd/trunk/server/mpm/simple/simple_run.c Wed Oct 29 18:52:35 2008
@@ -249,13 +249,6 @@
 
 static int simple_setup_privs(simple_core_t * sc)
 {
-    /* TODO: These should be a series of hooks, chroot, drop user, SELinux support, etc. */
-    /* TODO: chroot support */
-    /* TODO: drop to configured user */
-
-    /* TODO: none of the above.  Just a child_init hook, which can be
-     * instantianted in a module
-     */
     int rv = ap_run_simple_drop_privileges(sc->pool, ap_server_conf);
 
     if (rv) {