Blame tests/nc_sort_sorted

Packit Service 102278
*mangle
Packit Service 102278
:PREROUTING ACCEPT [0:0]
Packit Service 102278
:INPUT ACCEPT [0:0]
Packit Service 102278
:FORWARD ACCEPT [0:0]
Packit Service 102278
:OUTPUT ACCEPT [0:0]
Packit Service 102278
:POSTROUTING ACCEPT [0:0]
Packit Service 102278
:selinux_input - [0:0]
Packit Service 102278
:selinux_output - [0:0]
Packit Service 102278
:selinux_new_input - [0:0]
Packit Service 102278
:selinux_new_output - [0:0]
Packit Service 102278
-A INPUT -j selinux_input
Packit Service 102278
-A OUTPUT -j selinux_output
Packit Service 102278
-A selinux_input -m state --state NEW -j selinux_new_input
Packit Service 102278
-A selinux_input -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
Packit Service 102278
-A selinux_output -m state --state NEW -j selinux_new_output
Packit Service 102278
-A selinux_output -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
Packit Service 102278
-A selinux_new_input -j SECMARK --selctx system_u:object_r:server_packet_t
Packit Service 102278
-A selinux_new_output -j SECMARK --selctx system_u:object_r:client_packet_t
Packit Service 102278
-A selinux_new_input -p tcp --dport 80 -j SECMARK --selctx system_u:object_r:http_server_packet_t
Packit Service 102278
-A selinux_new_output -p tcp --dport 80 -j SECMARK --selctx system_u:object_r:http_client_packet_t
Packit Service 102278
-A selinux_new_input -j CONNSECMARK --save
Packit Service 102278
-A selinux_new_input -j RETURN
Packit Service 102278
-A selinux_new_output -j CONNSECMARK --save
Packit Service 102278
-A selinux_new_output -j RETURN
Packit Service 102278
COMMIT