git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/selinux/my-dbusdaemonlau.te
blob: a4112af9b13d6eab6fd2cf35d7eb20ea849df4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
module my-dbusdaemonlau 1.0;

require {
	type system_dbusd_t;
	type admin_home_t;
	class file { map open };
}

#============= system_dbusd_t ==============
allow system_dbusd_t admin_home_t:file { map open };