From 13b7212ad0f03fef107091d2eec916eb1c6d4c1e Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 4 Feb 2013 17:03:20 -0500 Subject: [PATCH] add openstack swift domain --- modules-targeted-contrib.conf | 7 +++++++ permissivedomains.te | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf index e2bab2c7..d08ca0b5 100644 --- a/modules-targeted-contrib.conf +++ b/modules-targeted-contrib.conf @@ -1894,6 +1894,13 @@ stunnel = module # svnserve = module +# Layer: services +# Module: swift +# +# openstack-swift +# +swift = module + # Layer: services # Module: sysstat # diff --git a/permissivedomains.te b/permissivedomains.te index f3f8e88a..925fc39b 100644 --- a/permissivedomains.te +++ b/permissivedomains.te @@ -40,3 +40,11 @@ optional_policy(` permissive openshift_cron_t; ') +optional_policy(` + gen_require(` + type swift_t; + ') + + permissive swift_t; +') +