From 8919d38de9206b4802b471c2f40787a2f9d70269 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 21 Dec 2019 05:21:46 -0500 Subject: [PATCH] disable debugging --- usr/lib/security-misc/remount-secure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/security-misc/remount-secure b/usr/lib/security-misc/remount-secure index a159100..a2c1a83 100755 --- a/usr/lib/security-misc/remount-secure +++ b/usr/lib/security-misc/remount-secure @@ -8,7 +8,7 @@ ## https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/7707 -set -x +#set -x set -e if [ -f /usr/lib/helper-scripts/pre.bsh ]; then