summaryrefslogtreecommitdiffstats
path: root/source/profile
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-12-19 00:31:31 +0000
committerTim Potter <tpot@samba.org>2004-12-19 00:31:31 +0000
commitdb1b924f386c8cf8038baeefeb81277a3fd2e069 (patch)
treef91b996c1fddb453d7d64d3464a3207d81185929 /source/profile
parente711404a12e3b40611515d2cd20c9da624157b4e (diff)
downloadsamba-db1b924f386c8cf8038baeefeb81277a3fd2e069.tar.gz
samba-db1b924f386c8cf8038baeefeb81277a3fd2e069.tar.xz
samba-db1b924f386c8cf8038baeefeb81277a3fd2e069.zip
r4268: Merge fix for bugzilla #2150.
Diffstat (limited to 'source/profile')
-rw-r--r--source/profile/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/profile/profile.c b/source/profile/profile.c
index 689f67da997..e6d34e68cda 100644
--- a/source/profile/profile.c
+++ b/source/profile/profile.c
@@ -22,7 +22,7 @@
#include "includes.h"
#ifdef WITH_PROFILE
-#define IPC_PERMS ((SHM_R | SHM_W) | (SHM_R>>3) | (SHM_R>>6))
+#define IPC_PERMS ((S_IRUSR | S_IWUSR) | S_IRGRP | S_IROTH)
#endif /* WITH_PROFILE */
#ifdef WITH_PROFILE