b5aea37f80
is not UID/GID 0, limits will be ignored and a strange error sent to auth.log. Head nod: ru, rwatson
18 lines
265 B
Makefile
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>
|