don't check ntfs and msdosfs for devices/set[ug]id files; neither of those

are supported on the filesystem, so no need for checking

PR: 33092 by Aleksey Cheusov
This commit is contained in:
jdolecek 2006-04-01 17:13:19 +00:00
parent 43e0f4ee96
commit dbfcc2f3c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: security.conf,v 1.16 2005/08/22 14:09:23 perry Exp $
# $NetBSD: security.conf,v 1.17 2006/04/01 17:13:19 jdolecek Exp $
#
# /etc/defaults/security.conf --
# default configuration of /etc/security.conf
@ -31,7 +31,7 @@ pkgdb_dir=/var/db/pkg
check_homes_permit_usergroups=NO
check_devices_ignore_fstypes="!local fdesc kernfs null procfs ptyfs"
check_devices_ignore_fstypes="!local fdesc kernfs null procfs ptyfs ntfs msdos"
check_mtree_follow_symlinks=NO