remove "/lib/ nosuid" from permission hardening

Takes 1 minute to parse. No SUID binaries there by default.
remount-secure mounts it with nosuid anyhow.
Therefore no processing it here.
This commit is contained in:
Patrick Schleizer 2019-12-20 05:29:37 -05:00
parent af0f074987
commit 6c8127e3cd
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -22,7 +22,12 @@
/sbin/ nosuid
/usr/sbin/ nosuid
/usr/local/sbin/ nosuid
/lib/ nosuid
## Takes 1 minute to parse. No SUID binaries there by default.
## remount-secure mounts it with nosuid anyhow.
## Therefore no processing it here.
#/lib/ nosuid
/lib32/ nosuid
/lib64/ nosuid
/usr/lib/ nosuid