From a76abac86e30973956306ba85e866f0333853289 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 22 Jul 2016 15:38:21 +0200 Subject: [PATCH] Fix typo in SELinux 'execmem' denials fix According to https://fedorahosted.org/freeipa/ticket/5442#comment:7 --- 0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch b/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch index e2f10c1..99ecd18 100644 --- a/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch +++ b/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch @@ -62,7 +62,7 @@ index ee9311e..ba42c34 100644 +# enough to trigger the SELinux denial. +# This hack prevents the import by raising an ImportError. + -+sys.modules['request.packages.urllib3.contrib.pyopenssl'] = None ++sys.modules['requests.packages.urllib3.contrib.pyopenssl'] = None + from ipalib import api from ipalib.config import Env