From 5f3a6945d4d9f0f1ed764baab8dfb0c6a77e971e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 23 Nov 2007 13:00:31 +0000 Subject: [PATCH] Also check setuid executables on ZFS. --- etc/periodic/security/100.chksetuid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/periodic/security/100.chksetuid b/etc/periodic/security/100.chksetuid index 789914afb30..2921ee6b7fd 100755 --- a/etc/periodic/security/100.chksetuid +++ b/etc/periodic/security/100.chksetuid @@ -44,7 +44,7 @@ case "$daily_status_security_chksetuid_enable" in echo "" echo 'Checking setuid files and devices:' # XXX Note that there is the possibility of overrunning the args to ls - MP=`mount -t ufs | egrep -v " no(suid|exec)" | awk '{ print $3 }' | sort` + MP=`mount -t ufs,zfs | egrep -v " no(suid|exec)" | awk '{ print $3 }' | sort` if [ -n "${MP}" ] then set ${MP}