|
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 \{\} \+ | |