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

(-)100.chksetuid 2009-06-01 19:01:51.000000000 +0200 (+1 lines)
Lines 46-49 Link Here
46
       MP=`mount -t ufs,zfs | awk '$0 !~ /no(suid|exec)/ { print $3 }'`
46
       MP=`mount -t ufs,zfs | awk '$0 !~ /no(suid|exec)/ { print $3 }'`
47
       find -sx $MP /dev/null -type f \
47
       find -sx $MP /dev/null -type f \
48
           \( -fstype ufs -or -ftype zfs \) \
48
           \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
49
           \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
49
           \( -perm -u+s -or -perm -g+s \) -exec ls -liTd \{\} \+ |
50
           \( -perm -u+s -or -perm -g+s \) -exec ls -liTd \{\} \+ |

Return to bug 135160