]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
0600 is UWRITE+UREAD
authorMladen Turk <mturk@apache.org>
Sun, 29 Mar 2009 16:10:02 +0000 (16:10 +0000)
committerMladen Turk <mturk@apache.org>
Sun, 29 Mar 2009 16:10:02 +0000 (16:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759713 13f79535-47bb-0310-9956-ffa450edef68

os/unix/unixd.c

index 1277e06ace324bb20cef8f0fa82db660228cc97d..1aaac20f679cf6bee6dbd454e229b672ed9a6bcb 100644 (file)
@@ -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) {