git.lirion.de

Of git, get, and gud

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

require {
	type init_t;
	type admin_home_t;
	class file read;
}

#============= init_t ==============
allow init_t admin_home_t:file read;