Skip to content

Commit

Permalink
remove "/lib/ nosuid" from permission hardening
Browse files Browse the repository at this point in the history
Takes 1 minute to parse. No SUID binaries there by default.
remount-secure mounts it with nosuid anyhow.
Therefore no processing it here.
  • Loading branch information
Patrick Schleizer committed Dec 20, 2019
1 parent af0f074 commit 6c8127e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/permission-hardening.conf
Expand Up @@ -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
Expand Down

0 comments on commit 6c8127e

Please sign in to comment.