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; +')