mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 11:06:04 -04:00
comment
This commit is contained in:
parent
0e80acf38d
commit
d521662d04
1 changed files with 3 additions and 0 deletions
|
@ -248,6 +248,9 @@ _lib() {
|
|||
mount_folder="$NEWROOT/lib"
|
||||
## Cannot use noexec on /lib as per:
|
||||
## https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/7707/25
|
||||
## There are many executables in /lib. To check:
|
||||
## sudo find /var/lib -type f -executable
|
||||
## sudo find /var/lib -type f -executable ! -type l
|
||||
intended_mount_options="nosuid,nodev"
|
||||
remount_secure
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue