iptables: allow reading initrc pipes
The systemd service calls a script which reads the saved rules from a file piped to stdin. Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
7ca9dcea1f
commit
a1a9c33e88
@ -86,6 +86,7 @@ auth_use_nsswitch(iptables_t)
|
||||
init_use_fds(iptables_t)
|
||||
init_use_script_ptys(iptables_t)
|
||||
# to allow rules to be saved on reboot:
|
||||
init_rw_script_pipes(iptables_t)
|
||||
init_rw_script_tmp_files(iptables_t)
|
||||
init_rw_script_stream_sockets(iptables_t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user