freebsd-dev/etc/periodic/security/Makefile
Tom Rhodes b5aea37f80 Add login.conf checking to periodic security scripts. If the login.conf file
is not UID/GID 0, limits will be ignored and a strange error sent to auth.log.

Head nod:	ru, rwatson
2006-08-25 07:34:36 +00:00

18 lines
265 B
Makefile

# $FreeBSD$
FILES= 100.chksetuid \
200.chkmounts \
300.chkuid0 \
400.passwdless \
410.logincheck \
500.ipfwdenied \
510.ipfdenied \
520.pfdenied \
550.ipfwlimit \
700.kernelmsg \
800.loginfail \
900.tcpwrap \
security.functions
.include <bsd.prog.mk>