This commit is contained in:
Patrick Schleizer 2024-07-24 13:31:49 -04:00
parent 4cc1289e89
commit 9231f05891
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -6,6 +6,9 @@
## https://forums.whonix.org/t/disable-suid-binaries/7706
## https://forums.whonix.org/t/re-mount-home-and-other-with-noexec-and-nosuid-among-other-useful-mount-options-for-better-security/7707
## TODO:
## - unduplicate stat_output related source code
set -o errexit -o nounset -o pipefail
exit_code=0