debian dependencies fix, rephrasing, revision bump 1.0-8.

This commit is contained in:
kevin.tanguy
2016-04-25 15:15:49 +02:00
parent c6c58fd1b7
commit 8bbac84f7b
94 changed files with 395 additions and 389 deletions

View File

@ -13,7 +13,7 @@ set -u # One variable unset, it's over
# This function will be called if the script status is on enabled / audit mode
audit () {
info "Checking if there is sgid files"
info "Checking if there are sgid files"
RESULT=$(df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -type f -perm -2000 -print)
for BINARY in $RESULT; do
if grep -q $BINARY <<< "$EXCEPTIONS"; then