git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/selinux/my-iptables.te
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
commit0632591996893fe136a1f2fe44d9b9f404f41f3e (patch)
tree7340edbe7c212da3db45a83219147143a3268c8d /documentation/selinux/my-iptables.te
downloadfedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2
Initial commit
Diffstat (limited to 'documentation/selinux/my-iptables.te')
-rw-r--r--documentation/selinux/my-iptables.te11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/selinux/my-iptables.te b/documentation/selinux/my-iptables.te
new file mode 100644
index 0000000..849fb22
--- /dev/null
+++ b/documentation/selinux/my-iptables.te
@@ -0,0 +1,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;