Yet more docunentation updates

This commit is contained in:
Tom Eastep 2010-09-06 20:37:34 -07:00
parent 50b4bd8dfe
commit 8d63e04926
4 changed files with 34 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>