mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-22 20:43:36 +07:00
Merge pull request #285 from Kicksecure/permission-hardener-mount
Permission Hardener: treat mount same as umount
This commit is contained in:
commit
9d06341c91
@ -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…
Reference in New Issue
Block a user