[selinux-policy/f17] Add quantum policy

Daniel J Walsh dwalsh at fedoraproject.org
Wed Mar 21 15:07:54 UTC 2012


commit 55ca59c99de56ccf2c38af7e0c38eec1c78254bb
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Mar 21 11:07:48 2012 -0400

    Add quantum policy

 modules-targeted.conf |    7 +++++++
 permissivedomains.te  |    8 ++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/modules-targeted.conf b/modules-targeted.conf
index 3f8b6c2..76e373d 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -758,6 +758,13 @@ ptchown = module
 # 
 psad = module
 
+# Layer: services
+# Module: quantum
+#
+# Quantum is a virtual network service for Openstack
+# 
+quantum = module
+
 # Layer: system
 # Module: hostname
 #
diff --git a/permissivedomains.te b/permissivedomains.te
index a77064c..b85ea35 100644
--- a/permissivedomains.te
+++ b/permissivedomains.te
@@ -95,3 +95,11 @@ optional_policy(`
 
         permissive jockey_t;
 ')
+
+optional_policy(`
+	gen_require(`
+		type quantum_t;
+	')
+
+	permissive quantum_t;
+')


More information about the scm-commits mailing list