git.lirion.de

Of git, get, and gud

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