[selinux-policy/f17] Add numad to permissive domains

Miroslav Grepl mgrepl at fedoraproject.org
Wed Mar 28 19:19:06 UTC 2012


commit 25aa6c2ebf9285495ce48260cf207768fcbf16fe
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Wed Mar 28 21:18:52 2012 +0200

    Add numad to permissive domains

 permissivedomains.te |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/permissivedomains.te b/permissivedomains.te
index 70fe226..3f7b35a 100644
--- a/permissivedomains.te
+++ b/permissivedomains.te
@@ -111,3 +111,11 @@ optional_policy(`
 
 	permissive quantum_t;
 ')
+
+optional_policy(`
+        gen_require(`
+                type numad_t;
+        ')
+
+        permissive numad_t;
+')


More information about the scm-commits mailing list