Install /var/crash/minfree mode 644 instead of 664 - group wheel shouldn't
have special write permissions to things.
This commit is contained in:
parent
791132f4a0
commit
11447e2ce6
@ -138,7 +138,7 @@ distribution:
|
||||
${DESTDIR}/var/log/wtmp
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
${DESTDIR}/var/run/utmp
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/minfree \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
|
||||
${DESTDIR}/var/crash
|
||||
(cd ${.CURDIR}/..; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \
|
||||
|
Loading…
Reference in New Issue
Block a user