[selinux-policy/f18] Add missing permissive domains

Miroslav Grepl mgrepl at fedoraproject.org
Thu Oct 4 17:29:38 UTC 2012


commit 878a5bff41344dfc859ce972ded2b53ee308ee8a
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Thu Oct 4 19:29:21 2012 +0200

    Add missing permissive domains

 permissivedomains.pp |  Bin 66501 -> 80955 bytes
 permissivedomains.te |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++
 selinux-policy.spec  |    5 +++-
 3 files changed, 59 insertions(+), 1 deletions(-)
---
diff --git a/permissivedomains.pp b/permissivedomains.pp
index 4f2f3f6..946a7c4 100644
Binary files a/permissivedomains.pp and b/permissivedomains.pp differ
diff --git a/permissivedomains.te b/permissivedomains.te
index 974fd95..39ec532 100644
--- a/permissivedomains.te
+++ b/permissivedomains.te
@@ -33,3 +33,58 @@ optional_policy(`
         permissive pkcsslotd_t;
 ')
 
+optional_policy(`
+    gen_require(`
+                type realmd_t;
+        ')
+
+        permissive realmd_t;
+')
+
+optional_policy(`
+    gen_require(`
+                type stapserver_t;
+        ')
+
+        permissive stapserver_t;
+')
+
+optional_policy(`
+    gen_require(`
+                type glusterd_t;
+        ')
+
+        permissive glusterd_t;
+')
+
+optional_policy(`
+    gen_require(`
+                type mandb_t;
+        ')
+
+        permissive mandb_t;
+')
+
+optional_policy(`
+    gen_require(`
+                type sensord_t;
+        ')
+
+        permissive sensord_t;
+')
+
+optional_policy(`
+    gen_require(`
+                type slpd_t;
+        ')
+
+        permissive slpd_t;
+')
+
+optional_policy(`
+    gen_require(`
+                type phpfpm_t;
+        ')
+
+        permissive phpfpm_t;
+')
diff --git a/selinux-policy.spec b/selinux-policy.spec
index b62a60b..a09c2e9 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -19,7 +19,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.11.1
-Release: 31%{?dist}
+Release: 32%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -521,6 +521,9 @@ SELinux Reference policy mls base module.
 %endif
 
 %changelog
+* Thu Nov 4 2012 Miroslav Grepl <mgrepl at redhat.com> 3.11.1-32
+- Add missing permissive domains
+
 * Thu Nov 4 2012 Miroslav Grepl <mgrepl at redhat.com> 3.11.1-31
 - Add new mandb policy
 - ALlow systemd-tmpfiles_t to relabel mandb_cache_t


More information about the scm-commits mailing list