summaryrefslogtreecommitdiff
path: root/dynconfig
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-08-10 11:43:11 +0200
committerJeremy Allison <jra@samba.org>2017-09-05 23:58:20 +0200
commit47c039792a8a00c0f2798ced162c393d4712f946 (patch)
treed7696e20a7495f7cca57433bb5816e705bad77e4 /dynconfig
parentf8b491fac42b95cecad419e1a54fd5e7ee6cb9e3 (diff)
downloadsamba-47c039792a8a00c0f2798ced162c393d4712f946.tar.gz
dynconfig: Change permission of the private dir to 0700
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12957 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Diffstat (limited to 'dynconfig')
-rw-r--r--dynconfig/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript
index 7e9bde929d0..ba0c896b90e 100644
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -418,7 +418,7 @@ def build(bld):
bld.INSTALL_DIR("${CONFIGDIR}")
bld.INSTALL_DIR("${LOGFILEBASE}")
bld.INSTALL_DIR("${PRIVILEGED_SOCKET_DIR}")
- bld.INSTALL_DIR("${PRIVATE_DIR}")
+ bld.INSTALL_DIR("${PRIVATE_DIR}", 0o700)
bld.INSTALL_DIR("${STATEDIR}")
bld.INSTALL_DIR("${CACHEDIR}")