[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.46-19-g5ed50ea

Andreas Beckmann debian at abeckmann.de
Sat Sep 15 14:29:58 UTC 2012


The following commit has been merged in the piatti branch:
commit 75b96c40f6209696a05e5e812e46d6afaa772be2
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Sep 15 07:27:08 2012 +0200

    find_bad_permissions: ignore pipes
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/custom-scripts/scripts/post_install_find_bad_permissions b/custom-scripts/scripts/post_install_find_bad_permissions
index 442e1ae..8a2848e 100755
--- a/custom-scripts/scripts/post_install_find_bad_permissions
+++ b/custom-scripts/scripts/post_install_find_bad_permissions
@@ -2,7 +2,7 @@
 set -e
 
 # find world writables without sticky bit
-BADPERMS=$(find / -mount ! -type l ! -type c ! -type s -perm -o+w ! -perm -1000)
+BADPERMS=$(find / -mount ! -type l ! -type c ! -type p ! -type s -perm -o+w ! -perm -1000)
 
 if [ -n "$BADPERMS" ]; then
 	echo "ERROR: BAD PERMISSIONS"

-- 
piuparts git repository



More information about the Piuparts-commits mailing list