mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
0600 is UWRITE+UREAD
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -214,7 +214,7 @@ AP_DECLARE(apr_status_t) ap_unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex)
|
||||
apr_status_t rv = APR_SUCCESS;
|
||||
if (!geteuid()) {
|
||||
rv = APR_PERMS_SET_FN(proc_mutex)(pmutex,
|
||||
APR_FPROT_GWRITE | APR_FPROT_UWRITE,
|
||||
APR_FPROT_UWRITE | APR_FPROT_UREAD,
|
||||
ap_unixd_config.user_id,
|
||||
ap_unixd_config.group_id);
|
||||
if (rv == APR_ENOTIMPL) {
|
||||
|
Reference in New Issue
Block a user