[selinux-policy/f20] RUn docker instance as permissive, changing to fast

Daniel J Walsh dwalsh at fedoraproject.org
Thu Feb 27 20:50:15 UTC 2014


commit e829f25e29575a584a6d02a194a5a1462e06585f
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Feb 27 15:50:51 2014 -0500

    RUn docker instance as permissive, changing to fast

 permissivedomains.te |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/permissivedomains.te b/permissivedomains.te
index 4e78ac9..7bc609c 100644
--- a/permissivedomains.te
+++ b/permissivedomains.te
@@ -178,3 +178,10 @@ optional_policy(`
     ')
         permissive keepalived_t;
 ')
+
+optional_policy(`
+    gen_require(`
+                type docker_t;
+    ')
+    permissive docker_t;
+')


More information about the scm-commits mailing list