--- ../fr/security/shb-perms.xml 2005-06-01 20:52:43.000000000 +0200 +++ shb-perms.xml 2006-10-08 19:43:04.000000000 +0200 @@ -4,8 +4,8 @@ -1.0 -2005-05-31 +1.1 +2006-09-16
Lecture pour tous @@ -28,10 +28,8 @@
-# /usr/bin/find / -type f \( -perm -2 -o -perm -20 \) \
-   -exec ls -lg {} \; 2>/dev/null >writable.txt
-# /usr/bin/find / -type d \( -perm -2 -o -perm -20 \) \
-   -exec ls -ldg {} \; 2>/dev/null >>writable.txt
+# find / -type f \( -perm -2 -o -perm -20 \) \ -exec ls -lg {} \; 2>/dev/null >writable.txt
+# find / -type d \( -perm -2 -o -perm -20 \) \ -exec ls -ldg {} \; 2>/dev/null >>writable.txt
 

@@ -64,8 +62,7 @@

-# /usr/bin/find / -type f \( -perm -004000 -o -perm -002000 \) \
-  -exec ls -lg {} \; 2>/dev/null >suidfiles.txt
+# find / -type f \( -perm -004000 -o -perm -002000 \) \ -exec ls -lg {} \; 2>/dev/null >suidfiles.txt