From 7db952b8b5293134b2f4ca58709d3322422b49c6 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 12 Feb 2006 13:01:39 +0000 Subject: [PATCH] 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 --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}