From 47c039792a8a00c0f2798ced162c393d4712f946 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 10 Aug 2017 11:43:11 +0200 Subject: dynconfig: Change permission of the private dir to 0700 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12957 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlet --- dynconfig/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynconfig') 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}") -- cgit v1.2.1