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
This commit is contained in:
Robert Watson 2006-02-12 13:01:39 +00:00
parent 54a6effc95
commit 7db952b8b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155571

View File

@ -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}