git.lirion.de

Of git, get, and gud

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

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

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