This commit is contained in:
Patrick Schleizer 2023-10-22 15:11:26 -04:00
parent f3286cf440
commit eec87a0508
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -194,10 +194,10 @@ _var_log() {
remount_secure "$@" remount_secure "$@"
} }
## https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/7707/25
_lib() { _lib() {
mount_folder="$NEWROOT/lib" mount_folder="$NEWROOT/lib"
## Not using noexec on /lib. ## Not using noexec on /lib.
## https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/7707/25
intended_mount_options="nosuid,nodev" intended_mount_options="nosuid,nodev"
remount_secure "$@" remount_secure "$@"
} }