From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- documentation/selinux/my-kdumpdepgener.te | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 documentation/selinux/my-kdumpdepgener.te (limited to 'documentation/selinux/my-kdumpdepgener.te') 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; -- cgit v1.2.3