mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
Add 'I' STATE to secmarks
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
561d461a25
commit
254e1ed784
@ -1604,6 +1604,7 @@ sub process_secmark_rule() {
|
||||
O => 'tcout' , );
|
||||
|
||||
my %state = ( N => 'NEW' ,
|
||||
I => 'INVALID',
|
||||
NI => 'NEW,INVALID',
|
||||
E => 'ESTABLISHED' ,
|
||||
ER => 'ESTABLISHED,RELATED',
|
||||
|
@ -2,7 +2,7 @@ Changes in Shorewall 4.4.20 Final
|
||||
|
||||
1) Set /proc/sys/net/bridge/bridge_nf_call_ip6?tables.
|
||||
|
||||
2) Add 'NI' STATE in secmarks.
|
||||
2) Add 'I' and 'NI' STATEs in secmarks.
|
||||
|
||||
Changes in Shorewall 4.4.20 RC 1
|
||||
|
||||
|
@ -253,7 +253,8 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
||||
versions are available in the configfiles directory within the
|
||||
tarball.
|
||||
|
||||
11) The STATE subcolumn of the secmarks file now allow the value 'NI'
|
||||
11) The STATE subcolumn of the secmarks file now allows the values 'I'
|
||||
which will match packets in the INVALID state, and 'NI'
|
||||
which will match packets in either NEW or INVALID state.
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
@ -90,7 +90,7 @@
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">CHAIN:STATE -
|
||||
{P|I|F|O|T}[:{N|NI|E|ER}]</emphasis></term>
|
||||
{P|I|F|O|T}[:{N|I|NI|E|ER}]</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<para>This column determines the CHAIN where the SElinux context is
|
||||
@ -115,6 +115,8 @@
|
||||
<simplelist>
|
||||
<member>:N - NEW connection</member>
|
||||
|
||||
<member>:I - INVALID connection</member>
|
||||
|
||||
<member>:NI - NEW or INVALID connection</member>
|
||||
|
||||
<member>:E - ESTABLISHED connection</member>
|
||||
|
@ -90,7 +90,7 @@
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">CHAIN -
|
||||
{P|I|F|O|T}[:{N|NI|E|ER}]</emphasis></term>
|
||||
{P|I|F|O|T}[:{N|I|NI|E|ER}]</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<simplelist>
|
||||
@ -112,6 +112,8 @@
|
||||
<simplelist>
|
||||
<member>:N - NEW connection</member>
|
||||
|
||||
<member>:I - INVALID connection</member>
|
||||
|
||||
<member>:NI - New or INVALID connection</member>
|
||||
|
||||
<member>:E - ESTABLISHED connection</member>
|
||||
|
Loading…
Reference in New Issue
Block a user