mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-21 13:19:33 +07:00
fix
This commit is contained in:
@ -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 "$@"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user