View | Details | Raw Unified | Return to bug 271240 | Differences between
and this patch

Collapse All | Expand All

(-)b/usr.sbin/periodic/etc/security/100.chksetuid (-1 / +1 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 \) -exec ls -lid -D "%FT%T" \{\} \+ |
58
	check_diff setuid - "${host} setuid diffs:"
58
	check_diff setuid - "${host} setuid diffs:"
59
	rc=$?
59
	rc=$?
60
fi
60
fi
(-)b/usr.sbin/periodic/etc/security/110.neggrpperm (-2 / +1 lines)
Lines 54-60 then Link Here
54
	    \( \( ! -perm +010 -and -perm +001 \) -or \
54
	    \( \( ! -perm +010 -and -perm +001 \) -or \
55
	    \( ! -perm +020 -and -perm +002 \) -or \
55
	    \( ! -perm +020 -and -perm +002 \) -or \
56
	    \( ! -perm +040 -and -perm +004 \) \) \
56
	    \( ! -perm +040 -and -perm +004 \) \) \
57
	    -exec ls -liTd \{\} \+ | tee /dev/stderr | wc -l)
57
	    -exec ls -lid -D "%FT%T" \{\} \+ | tee /dev/stderr | wc -l)
58
	[ $n -gt 0 ] && rc=1 || rc=0
58
	[ $n -gt 0 ] && rc=1 || rc=0
59
fi
59
fi
60
60
61
- 

Return to bug 271240