Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Dec 6, 2020
1 parent f73c55f commit 11cdce0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/permission-hardening.d/30_default.conf
Expand Up @@ -81,17 +81,23 @@
## Remove all SUID/SGID binaries/libraries.

/bin/ nosuid

/usr/bin/ nosuid
/usr/local/bin/ nosuid

/sbin/ nosuid

/usr/sbin/ nosuid
/usr/local/sbin/ nosuid

/lib/ nosuid
/lib32/ nosuid
/lib64/ nosuid

/usr/lib/ nosuid
/usr/lib32/ nosuid
/usr/lib64/ nosuid

/usr/local/lib/ nosuid
/usr/local/lib32/ nosuid
/usr/local/lib64/ nosuid
Expand Down

0 comments on commit 11cdce0

Please sign in to comment.