]> git.sur5r.net Git - openldap/commitdiff
ITS#4535 add umask to restrict file access to creator
authorHoward Chu <hyc@openldap.org>
Wed, 10 May 2006 23:51:05 +0000 (23:51 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 May 2006 23:51:05 +0000 (23:51 +0000)
tests/scripts/defines.sh

index a77439c2b7cc4d4361095aaca76656dbe8b0851f..48b3eb6ca76a16bcb8a25eb34211f6dec6a2d169 100755 (executable)
@@ -13,6 +13,8 @@
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
+umask 077
+
 MONITORDB=${AC_monitor-no}
 BACKLDAP=${AC_ldap-ldapno}
 BACKMETA=${AC_meta-metano}