mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 13:39:06 +01:00
Yet more docunentation updates
This commit is contained in:
parent
50b4bd8dfe
commit
8d63e04926
@ -349,6 +349,10 @@ ACCEPT net $FW tcp www #This is an end-of-line comment</progra
|
|||||||
<para><filename>/etc/shorewall/rules</filename></para>
|
<para><filename>/etc/shorewall/rules</filename></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><filename>/etc/shorewall/secmarks</filename></para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><filename>/etc/shorewall/tcrules</filename></para>
|
<para><filename>/etc/shorewall/tcrules</filename></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -35,7 +35,8 @@
|
|||||||
<term><emphasis role="bold">ACTION</emphasis> - {<emphasis
|
<term><emphasis role="bold">ACTION</emphasis> - {<emphasis
|
||||||
role="bold">COUNT</emphasis>|<emphasis
|
role="bold">COUNT</emphasis>|<emphasis
|
||||||
role="bold">DONE</emphasis>|<emphasis>chain</emphasis>[:<emphasis
|
role="bold">DONE</emphasis>|<emphasis>chain</emphasis>[:<emphasis
|
||||||
role="bold">COUNT</emphasis>]}</term>
|
role="bold">COUNT</emphasis>]|COUNT
|
||||||
|
<emphasis>comment</emphasis>}</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>What to do when a matching packet is found.</para>
|
<para>What to do when a matching packet is found.</para>
|
||||||
|
@ -31,7 +31,8 @@
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">SECMARK -
|
<term><emphasis role="bold">SECMARK -
|
||||||
{SAVE|RESTORE|<replaceable>context</replaceable>}</emphasis></term>
|
{SAVE|RESTORE|<replaceable>context</replaceable>|COMMENT
|
||||||
|
<replaceable>comment</replaceable>}</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -61,6 +62,18 @@
|
|||||||
<para>An SELinux context.</para>
|
<para>An SELinux context.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>COMMENT</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>The remainder of the line is treated as a comment which
|
||||||
|
is attached to subsequent rules until another COMMENT line is
|
||||||
|
found or until the end of the file is reached. To stop adding
|
||||||
|
comments to rules, use a line with only the word
|
||||||
|
COMMENT.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -31,7 +31,8 @@
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">SECMARK -
|
<term><emphasis role="bold">SECMARK -
|
||||||
{SAVE|RESTORE|<replaceable>context</replaceable>}</emphasis></term>
|
{SAVE|RESTORE|<replaceable>context</replaceable>|COMMENT
|
||||||
|
<replaceable>comment</replaceable>}</emphasis></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -61,6 +62,18 @@
|
|||||||
<para>An SELinux context.</para>
|
<para>An SELinux context.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>COMMENT</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>The remainder of the line is treated as a comment which
|
||||||
|
is attached to subsequent rules until another COMMENT line is
|
||||||
|
found or until the end of the file is reached. To stop adding
|
||||||
|
comments to rules, use a line with only the word
|
||||||
|
COMMENT.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user