mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Clarify code comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -84,7 +84,7 @@ static void *privileges_create_cfg(apr_pool_t *pool, server_rec *s)
|
||||
cfg->priv = priv_str_to_set("basic", ",", NULL);
|
||||
cfg->child_priv = priv_str_to_set("basic", ",", NULL);
|
||||
|
||||
/* By default, run in secure mode.
|
||||
/* By default, run in secure vhost mode.
|
||||
* That means dropping basic privileges we don't usually need.
|
||||
*/
|
||||
CR_CHECK(priv_delset(cfg->priv, PRIV_FILE_LINK_ANY));
|
||||
|
Reference in New Issue
Block a user