[selinux-policy/f17: 1/2] Add initial policy for bcfg2

Daniel J Walsh dwalsh at fedoraproject.org
Wed Mar 28 15:38:00 UTC 2012


commit f2193caee7d7d7a0ab8acee6d654112863d59ea2
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Mar 28 11:37:38 2012 -0400

    Add initial policy for bcfg2

 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 76e373d..e916ffa 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -202,6 +202,13 @@ automount = module
 avahi = module
 
 # Layer: services
+# Module: bcfg2
+#
+# Configuration management server
+#
+bcfg2 = module
+
+# Layer: services
 # Module: boinc
 #
 # Berkeley Open Infrastructure for Network Computing
diff --git a/permissivedomains.te b/permissivedomains.te
index b85ea35..70fe226 100644
--- a/permissivedomains.te
+++ b/permissivedomains.te
@@ -2,6 +2,14 @@ policy_module(permissivedomains,17)
 
 optional_policy(`
 	gen_require(`
+		type bcfg2_t;
+	')
+
+	permissive bcfg2_t;
+')
+
+optional_policy(`
+	gen_require(`
 		type couchdb_t;
 	')
 


More information about the scm-commits mailing list