View | Details | Raw Unified | Return to bug 221866
Collapse All | Expand All

(-)b/etc/periodic/security/100.chksetuid (-2 / +2 lines)
Lines 54-60 then Link Here
54
		}'`
54
		}'`
55
	find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
55
	find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
56
	    \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
56
	    \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
57
	    \( -perm -u+s -or -perm -g+s \) -exec ls -liTd \{\} \+ |
57
	    \( -perm -u+s -or -perm -g+s \) \
58
	    -exec stat -f '%i %Sp %l %Su %Sg %t%10z %Sm %N' \{\} \+ |
58
	check_diff setuid - "${host} setuid diffs:"
59
	check_diff setuid - "${host} setuid diffs:"
59
	rc=$?
60
	rc=$?
60
fi
61
fi
61
- 

Return to bug 221866