[selinux-policy] Add systemd_sysctl_t as a permissive domain

Daniel J Walsh dwalsh at fedoraproject.org
Thu Jan 31 15:30:26 UTC 2013


commit 32922067ef2a20f85fd0be5bd3ff879f03ff7ee6
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Jan 31 10:30:03 2013 -0500

    Add systemd_sysctl_t as a permissive domain

 permissivedomains.te |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/permissivedomains.te b/permissivedomains.te
index 450d0f2..daf48ae 100644
--- a/permissivedomains.te
+++ b/permissivedomains.te
@@ -23,3 +23,12 @@ optional_policy(`
 
 	permissive systemd_hostnamed_t;
 ')
+
+optional_policy(`
+    gen_require(`
+                type systemd_sysctl_t;
+        ')
+
+        permissive systemd_sysctl_t;
+')
+


More information about the scm-commits mailing list