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