Home | History | Annotate | Line # | Download | only in defaults
security.conf revision 1.20
      1 #	$NetBSD: security.conf,v 1.20 2007/08/27 19:57:02 adrianp 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_pkgs=YES
     25 check_changelist=YES
     26 
     27 backup_dir=/var/backups
     28 backup_uses_rcs=YES
     29 diff_options=-u
     30 pkgdb_dir=/var/db/pkg
     31 pkg_info=/usr/sbin/pkg_info
     32 
     33 check_homes_permit_usergroups=NO
     34 
     35 check_devices_ignore_fstypes="!local fdesc kernfs null procfs ptyfs ntfs msdos"
     36 check_devices_ignore_paths=""
     37 
     38 check_mtree_follow_symlinks=NO
     39 
     40 check_passwd_nowarn_shells="/sbin/nologin"
     41 check_passwd_nowarn_users=""
     42 check_passwd_permit_star=NO
     43 check_passwd_permit_nonalpha=NO
     44 max_loginlen=16
     45 max_grouplen=16
     46