mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-01 10:36:17 -04:00
output
This commit is contained in:
parent
330cf14eab
commit
e86b2e7f8f
1 changed files with 0 additions and 2 deletions
2
debian/security-misc.postinst
vendored
2
debian/security-misc.postinst
vendored
|
@ -36,12 +36,10 @@ permission_hardening() {
|
||||||
echo "Running SUID Disabler and Permission Hardener... See also:"
|
echo "Running SUID Disabler and Permission Hardener... See also:"
|
||||||
echo "https://www.kicksecure.com/wiki/SUID_Disabler_and_Permission_Hardener"
|
echo "https://www.kicksecure.com/wiki/SUID_Disabler_and_Permission_Hardener"
|
||||||
echo "$0: INFO: running: permission-hardener enable"
|
echo "$0: INFO: running: permission-hardener enable"
|
||||||
echo ""
|
|
||||||
if ! permission-hardener enable ; then
|
if ! permission-hardener enable ; then
|
||||||
echo "$0: ERROR: Permission hardening failed." >&2
|
echo "$0: ERROR: Permission hardening failed." >&2
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
echo ""
|
|
||||||
echo "$0: INFO: Permission hardening success."
|
echo "$0: INFO: Permission hardening success."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue