summaryrefslogtreecommitdiffstats
path: root/receptor.te
blob: 520b264b2c85ba218a329311642bd5f0992d71f8 (plain)
1
2
3
4
5
6
7
8
9
module receptor 1.0;

require {
	type init_t;
	type var_log_t;
	class file create;
}

allow init_t var_log_t:file create;