From 0f92b9e9ff6b0ce45ad24fa37f2850a344d4f6d8 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Thu, 15 Apr 2021 01:43:15 -0400 Subject: [PATCH] Update Ubuntu-Desktop-20.04-LTS.sh --- Ubuntu-Desktop-20.04-LTS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-Desktop-20.04-LTS.sh b/Ubuntu-Desktop-20.04-LTS.sh index 979b5ed..11c2563 100644 --- a/Ubuntu-Desktop-20.04-LTS.sh +++ b/Ubuntu-Desktop-20.04-LTS.sh @@ -79,7 +79,7 @@ sudo bash -c 'cat > /etc/sysctl.d/10-security.conf' <<-'EOF' fs.protected_hardlinks = 1 fs.protected_symlinks = 1 net.core.bpf_jit_harden = 2 -module.sig_enforce = 1 +# module.sig_enforce = 1 EOF sudo sysctl --load=/etc/sysctl.d/10-security.conf.conf