git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/selinux/my-pklacheckauth.te
blob: 0b427de51207e465a8bf106e7c5186d3f894ad29 (plain)
1
2
3
4
5
6
7
8
9
10
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;