mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-05 04:14:59 -04:00
remount /home /tmp /dev/shm /run with nosuid,nodev (default) and noexec (opt-in)
https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/7707
This commit is contained in:
parent
8cf5ed990a
commit
470cad6e91
3 changed files with 105 additions and 0 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -135,6 +135,12 @@ Description: enhances misc security settings
|
|||
* p8022 - IEEE 802.2
|
||||
.
|
||||
user restrictions:
|
||||
.
|
||||
* remount /home, /tmp, /dev/shm and /run with nosuid,nodev (default) and
|
||||
noexec (opt-in). To disable this, run "sudo touch /etc/remount-disable". To
|
||||
opt-in noexec, run "sudo touch /etc/noexec" and reboot (easiest).
|
||||
/lib/systemd/system/remount-secure.service
|
||||
/usr/lib/security-misc/remount-secure
|
||||
.
|
||||
* A systemd service mounts /proc with hidepid=2 at boot to prevent users from
|
||||
seeing each other's processes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue