mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-01 10:04:18 -04:00
Merge pull request #285 from Kicksecure/permission-hardener-mount
Permission Hardener: treat mount same as umount
This commit is contained in:
commit
9d06341c91
1 changed files with 6 additions and 2 deletions
|
@ -10,8 +10,12 @@
|
|||
## SUID will be removed below in separate step.
|
||||
/bin/mount exactwhitelist
|
||||
/usr/bin/mount exactwhitelist
|
||||
/bin/umount exactwhitelist
|
||||
/usr/bin/umount exactwhitelist
|
||||
|
||||
## Remove SUID from 'mount' but keep executable.
|
||||
## https://forums.whonix.org/t/disable-suid-binaries/7706/61
|
||||
/bin/mount 745 root root
|
||||
/usr/bin/mount 745 root root
|
||||
/bin/mount 755 root root
|
||||
/usr/bin/mount 755 root root
|
||||
/bin/umount 755 root root
|
||||
/usr/bin/umount 755 root root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue