From d5bb233ea22ceafeb799d01d9ca6afd754c59b96 Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Thu, 17 Feb 2022 22:02:29 +0100 Subject: [PATCH] Do not change selinuxuser_execmod and selinuxuser_execstack The selinuxuser_execmod and selinuxuser_execstack booleans are off by default in the selinux-policy repository, but custom build configuration changed it to the "on" value. Since this commit, the booleans will keep their default value. Resolves: rhbz#2055822 --- booleans-targeted.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/booleans-targeted.conf b/booleans-targeted.conf index 8789a08b..274d3cc1 100644 --- a/booleans-targeted.conf +++ b/booleans-targeted.conf @@ -12,8 +12,6 @@ pppd_can_insmod = false privoxy_connect_any = true selinuxuser_direct_dri_enabled = true selinuxuser_execmem = true -selinuxuser_execmod = true -selinuxuser_execstack = true selinuxuser_rw_noexattrfile=true selinuxuser_ping = true squid_connect_any = true