From 0ae3e689b5f12101156b4be84631679c622f2e98 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 20 Dec 2019 06:35:02 -0500 Subject: [PATCH] comment --- usr/lib/security-misc/remount-secure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/lib/security-misc/remount-secure b/usr/lib/security-misc/remount-secure index dcdd02f..8f12d43 100755 --- a/usr/lib/security-misc/remount-secure +++ b/usr/lib/security-misc/remount-secure @@ -6,6 +6,8 @@ ## noexec in /tmp and/or /home can break some malware but also legitimate ## applications. +## https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/7707 + set -e if [ -f /usr/lib/helper-scripts/pre.bsh ]; then