Make an exception for prosody

This commit is contained in:
Bob Mottram 2018-01-25 11:00:43 +00:00
parent 9dcb09580d
commit 622b3af99f
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ time, are stored in the following directories by default:\n\n/lib\n/lib64\n/usr/
fi
find -L /lib \! -user root -exec ls -l {} \; | grep -v '> /dev/null'
find -L /lib64 \! -user root -exec ls -l {} \;
find -L /usr/lib \! -user root -exec ls -l {} \;
find -L /usr/lib -path /usr/lib/prosody -prune -o \! -user root -exec ls -l {} \;
if [ -d /usr/lib64 ]; then
find -L /usr/lib64 \! -user root -exec ls -l {} \;
fi