git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/selinux/my-sssd.te
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/selinux/my-sssd.te')
-rw-r--r--documentation/selinux/my-sssd.te11
1 files changed, 11 insertions, 0 deletions
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 };