]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove completed todo items.
authorPaul Querna <pquerna@apache.org>
Thu, 30 Oct 2008 01:52:35 +0000 (01:52 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 30 Oct 2008 01:52:35 +0000 (01:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709079 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/simple/simple_run.c

index 35b1a535daba14d9ad26b99cf4b0b242e4dbc017..0256173a6cf14aef5953e0ee855c957adb82e332 100644 (file)
@@ -249,13 +249,6 @@ void simple_single_process_hack(simple_core_t * sc)
 
 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) {