Browse Source

iptables_additional: add policy module

Helmut Pozimski 4 years ago
parent
commit
a7283fd774
1 changed files with 9 additions and 0 deletions
  1. 9 0
      iptables_additional.te

+ 9 - 0
iptables_additional.te

@@ -0,0 +1,9 @@
+policy_module(iptables_additional, 0.0.1)
+
+require {
+  type iptables_t;
+  type var_lib_t;
+}
+
+init_read_script_pipes(iptables_t)
+manage_files_pattern(iptables_t, var_lib_t, var_lib_t)