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

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