1 # $NetBSD: security.conf,v 1.4 2001/02/11 09:55:09 jdolecek Exp $ 2 # 3 # /etc/defaults/security.conf -- 4 # default configuration of /etc/security.conf 5 # 6 # see security.conf(5) for more information. 7 # 8 # DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE. 9 # EDIT /etc/security.conf INSTEAD. 10 # 11 12 check_passwd=YES 13 check_group=YES 14 check_rootdotfiles=YES 15 check_ftpusers=YES 16 check_aliases=YES 17 check_rhosts=YES 18 check_homes=YES 19 check_varmail=YES 20 check_nfs=YES 21 check_devices=YES 22 check_mtree=YES 23 check_disklabels=YES 24 check_changelist=YES 25 26 run_skeyaudit=YES 27 28 backup_dir=/var/backups 29 30 max_loginlen=8 31 max_grouplen=8 32