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-dbusdaemonlau.te | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 documentation/selinux/my-dbusdaemonlau.te (limited to 'documentation/selinux/my-dbusdaemonlau.te') diff --git a/documentation/selinux/my-dbusdaemonlau.te b/documentation/selinux/my-dbusdaemonlau.te new file mode 100644 index 0000000..a4112af --- /dev/null +++ b/documentation/selinux/my-dbusdaemonlau.te @@ -0,0 +1,11 @@ + +module my-dbusdaemonlau 1.0; + +require { + type system_dbusd_t; + type admin_home_t; + class file { map open }; +} + +#============= system_dbusd_t ============== +allow system_dbusd_t admin_home_t:file { map open }; -- cgit v1.2.3