blob: 92f3fd2254a3e7f1644809923366ad0324ae38e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: security.conf,v 1.4 1999/11/18 02:35:54 christos Exp $
#
# see security.conf(5) for more information.
check_passwd=YES
check_group=YES
check_rootdotfiles=YES
check_ftpusers=YES
check_aliases=YES
check_rhosts=NO # Don't turn this on; malicious users can take advantage
check_homes=YES
check_varmail=YES
check_nfs=YES
check_devices=YES
check_mtree=YES
check_disklabels=YES
check_changelist=YES
max_loginlen=8
|