1# $NetBSD: security.conf,v 1.21 2009/01/27 10:32:18 haad 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 12check_passwd=YES 13check_group=YES 14check_rootdotfiles=YES 15check_ftpusers=YES 16check_aliases=YES 17check_rhosts=YES 18check_homes=YES 19check_varmail=YES 20check_nfs=YES 21check_devices=YES 22check_mtree=YES 23check_disklabels=YES 24check_pkgs=YES 25check_changelist=YES 26check_lvm=NO 27 28backup_dir=/var/backups 29backup_uses_rcs=YES 30diff_options=-u 31pkgdb_dir=/var/db/pkg 32pkg_info=/usr/sbin/pkg_info 33 34check_homes_permit_usergroups=NO 35 36check_devices_ignore_fstypes="!local fdesc kernfs null procfs ptyfs ntfs msdos" 37check_devices_ignore_paths="" 38 39check_mtree_follow_symlinks=NO 40 41check_passwd_nowarn_shells="/sbin/nologin" 42check_passwd_nowarn_users="" 43check_passwd_permit_star=NO 44check_passwd_permit_nonalpha=NO 45max_loginlen=16 46max_grouplen=16 47