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