Rename file permission hardening script

Hardener as the script is the agent that is hardening the file
permissions.
This commit is contained in:
Ben Grande 2024-01-02 13:34:29 +01:00
parent f138cf0f78
commit abf72c2ee4
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
24 changed files with 54 additions and 55 deletions

View file

@ -20,8 +20,8 @@ permission_hardening() {
echo "Running SUID Disabler and Permission Hardener... See also:"
echo "https://www.kicksecure.com/wiki/SUID_Disabler_and_Permission_Hardener"
echo ""
echo "$0: INFO: running: permission-hardening"
if ! permission-hardening ; then
echo "$0: INFO: running: permission-hardener"
if ! permission-hardener ; then
echo "$0: ERROR: Permission hardening failed." >&2
return 0
fi
@ -59,7 +59,7 @@ esac
pam-auth-update --package
/usr/libexec/security-misc/permission-lockdown
permission_hardening
permission_hardener
## https://phabricator.whonix.org/T377
## Debian has no update-grub trigger yet: