mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-04-28 10:46:10 -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
@ -10,8 +10,12 @@
|
|||||||
## SUID will be removed below in separate step.
|
## SUID will be removed below in separate step.
|
||||||
/bin/mount exactwhitelist
|
/bin/mount exactwhitelist
|
||||||
/usr/bin/mount exactwhitelist
|
/usr/bin/mount exactwhitelist
|
||||||
|
/bin/umount exactwhitelist
|
||||||
|
/usr/bin/umount exactwhitelist
|
||||||
|
|
||||||
## Remove SUID from 'mount' but keep executable.
|
## Remove SUID from 'mount' but keep executable.
|
||||||
## https://forums.whonix.org/t/disable-suid-binaries/7706/61
|
## https://forums.whonix.org/t/disable-suid-binaries/7706/61
|
||||||
/bin/mount 745 root root
|
/bin/mount 755 root root
|
||||||
/usr/bin/mount 745 root root
|
/usr/bin/mount 755 root root
|
||||||
|
/bin/umount 755 root root
|
||||||
|
/usr/bin/umount 755 root root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user