Removing changes from another branch

This commit is contained in:
xnoguer 2023-04-23 17:44:44 -04:00
parent 09c03ce222
commit c7b73837db
1 changed files with 0 additions and 5 deletions

View File

@ -3103,11 +3103,6 @@
unsafe=1
LogText "Security alert: file is not owned by active user, but can write to it"
fi
# File is not owned by active user, and not readable by him
if [ ! -O "${FILE}" -a ! -r "${FILE}" ]; then
unsafe=1
LogText "Security alert: file is not readable by active user"
fi
fi
# Check file permissions