forked from extern/shorewall_code
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>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>/etc/shorewall/secmarks</filename></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>/etc/shorewall/tcrules</filename></para>
|
||||
</listitem>
|
||||
|
@ -35,7 +35,8 @@
|
||||
<term><emphasis role="bold">ACTION</emphasis> - {<emphasis
|
||||
role="bold">COUNT</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>
|
||||
<para>What to do when a matching packet is found.</para>
|
||||
|
@ -31,7 +31,8 @@
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">SECMARK -
|
||||
{SAVE|RESTORE|<replaceable>context</replaceable>}</emphasis></term>
|
||||
{SAVE|RESTORE|<replaceable>context</replaceable>|COMMENT
|
||||
<replaceable>comment</replaceable>}</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<variablelist>
|
||||
@ -61,6 +62,18 @@
|
||||
<para>An SELinux context.</para>
|
||||
</listitem>
|
||||
</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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -31,7 +31,8 @@
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">SECMARK -
|
||||
{SAVE|RESTORE|<replaceable>context</replaceable>}</emphasis></term>
|
||||
{SAVE|RESTORE|<replaceable>context</replaceable>|COMMENT
|
||||
<replaceable>comment</replaceable>}</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<variablelist>
|
||||
@ -61,6 +62,18 @@
|
||||
<para>An SELinux context.</para>
|
||||
</listitem>
|
||||
</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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user