From: Howard Chu Date: Wed, 10 May 2006 23:51:05 +0000 (+0000) Subject: ITS#4535 add umask to restrict file access to creator X-Git-Tag: OPENLDAP_REL_ENG_2_4_1ALPHA~2^2~55 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e849a6ebb8e2db71e4d32c5138abe6616d5fe693;p=openldap ITS#4535 add umask to restrict file access to creator --- diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index a77439c2b7..48b3eb6ca7 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -13,6 +13,8 @@ ## top-level directory of the distribution or, alternatively, at ## . +umask 077 + MONITORDB=${AC_monitor-no} BACKLDAP=${AC_ldap-ldapno} BACKMETA=${AC_meta-metano}