Avoid installing security.functions with executable bits, periodic(8) will
try to execute all files with an executable bit in /etc/periodic/*/ while this file is supposed only to be sourced by others MFC after: 1 week
This commit is contained in:
parent
c55c1b4d7b
commit
bfc0f852ba
@ -2,6 +2,8 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
FILESGROUPS= FILES DATA
|
||||
|
||||
FILES= 100.chksetuid \
|
||||
110.neggrpperm \
|
||||
200.chkmounts \
|
||||
@ -10,8 +12,8 @@ FILES= 100.chksetuid \
|
||||
410.logincheck \
|
||||
700.kernelmsg \
|
||||
800.loginfail \
|
||||
900.tcpwrap \
|
||||
security.functions
|
||||
900.tcpwrap
|
||||
DATA= security.functions
|
||||
|
||||
# NB: keep these sorted by MK_* knobs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user