git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/selinux/my-kdumpdepgener.te
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/selinux/my-kdumpdepgener.te')
-rw-r--r--documentation/selinux/my-kdumpdepgener.te11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/selinux/my-kdumpdepgener.te b/documentation/selinux/my-kdumpdepgener.te
new file mode 100644
index 0000000..279be6e
--- /dev/null
+++ b/documentation/selinux/my-kdumpdepgener.te
@@ -0,0 +1,11 @@
+
+module my-kdumpdepgener 1.0;
+
+require {
+ type init_t;
+ type admin_home_t;
+ class file read;
+}
+
+#============= init_t ==============
+allow init_t admin_home_t:file read;