git.lirion.de

Of git, get, and gud

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