aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-02-12 13:01:39 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-02-12 13:01:39 +0000
commit7db952b8b5293134b2f4ca58709d3322422b49c6 (patch)
tree22e37d69ddd238f9bd14e0fc21a4a5f806542b52 /etc/Makefile
parent54a6effc95d82a0bc25a03480e8480102ac383e1 (diff)
downloadsrc-7db952b8b5293134b2f4ca58709d3322422b49c6.tar.gz
src-7db952b8b5293134b2f4ca58709d3322422b49c6.zip
Install audit_control and audit_user, both of which are likely to be
modified by the administrator, as user-writable instead of read-only. Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=155571
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c71568bea40f..343e5e36d3aa 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -121,7 +121,7 @@ distribution:
cd ${.CURDIR}/pam.d; ${MAKE} install
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
- cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0400 \
+ cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}