mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-02 19:04:45 -05: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
|
/sbin/ nosuid
|
||||||
/usr/sbin/ nosuid
|
/usr/sbin/ nosuid
|
||||||
/usr/local/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
|
/lib32/ nosuid
|
||||||
/lib64/ nosuid
|
/lib64/ nosuid
|
||||||
/usr/lib/ nosuid
|
/usr/lib/ nosuid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user