Blame SOURCES/0001-config-lockdown-whitelist-Don-t-auto-add-Es-to-inter.patch

24f428
From c09f8ff4cbf31328f9c27d8b396f726e88118ecb Mon Sep 17 00:00:00 2001
24f428
From: Eric Garver <e@erig.me>
24f428
Date: Thu, 11 Oct 2018 19:39:29 -0400
24f428
Subject: [PATCH 1/5] config/lockdown-whitelist: Don't auto add "-Es" to
24f428
 interpreter
24f428
24f428
Use whatever (if anything) is passed via PYTHON var.
24f428
24f428
Fixes: 6d5c0c61fe04 ("scripts: Use @PYTHON@ to set interpreter")
24f428
(cherry picked from commit 789693d5c2c0e4164f751b4bf245f4e91ebd169d)
24f428
---
24f428
 config/lockdown-whitelist.xml.in | 2 +-
24f428
 1 file changed, 1 insertion(+), 1 deletion(-)
24f428
24f428
diff --git a/config/lockdown-whitelist.xml.in b/config/lockdown-whitelist.xml.in
24f428
index 0c6c07f2193f..e9cc4e7e985f 100644
24f428
--- a/config/lockdown-whitelist.xml.in
24f428
+++ b/config/lockdown-whitelist.xml.in
24f428
@@ -1,6 +1,6 @@
24f428
 
24f428
 <whitelist>
24f428
-  <command name="@PYTHON@ -Es /usr/bin/firewall-config"/>
24f428
+  <command name="@PYTHON@ /usr/bin/firewall-config"/>
24f428
   <selinux context="system_u:system_r:NetworkManager_t:s0"/>
24f428
   <selinux context="system_u:system_r:virtd_t:s0-s0:c0.c1023"/>
24f428
   <user id="0"/>
24f428
-- 
24f428
2.18.0
24f428