mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-24 05:25:34 -04:00
permission hardener mount chmod change from 745
to 755
https://github.com/Kicksecure/security-misc/issues/284
This commit is contained in:
parent
59299a6639
commit
93b51819d4
1 changed files with 2 additions and 2 deletions
|
@ -13,5 +13,5 @@
|
||||||
|
|
||||||
## 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue