mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-25 22:59:36 +07:00
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:
parent
af0f074987
commit
6c8127e3cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user