Current Path : /usr/src/etc/periodic/security/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/etc/periodic/security/Makefile |
# $FreeBSD: release/9.1.0/etc/periodic/security/Makefile 220049 2011-03-27 03:06:58Z dougb $ .include <bsd.own.mk> FILES= 100.chksetuid \ 110.neggrpperm \ 200.chkmounts \ 300.chkuid0 \ 400.passwdless \ 410.logincheck \ 700.kernelmsg \ 800.loginfail \ 900.tcpwrap \ security.functions # NB: keep these sorted by MK_* knobs .if ${MK_IPFILTER} != "no" FILES+= 510.ipfdenied FILES+= 610.ipf6denied .endif .if ${MK_IPFW} != "no" FILES+= 500.ipfwdenied \ 550.ipfwlimit .endif .if ${MK_PF} != "no" FILES+= 520.pfdenied .endif .if ${MK_PKGTOOLS} != "no" FILES+= 460.chkportsum .endif .include <bsd.prog.mk>