mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 10:06:03 -04: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
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue