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-pklacheckauth.te | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 documentation/selinux/my-pklacheckauth.te (limited to 'documentation/selinux/my-pklacheckauth.te') 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; -- cgit v1.2.3