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

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