~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to firewall/filters/firewall-filters-infos.dbx

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<section id="sect:filter.firewall.select-action">
 
2
  <title>Select Action Filter</title>
 
3
  <para>ID: <constant>select-action</constant></para>
 
4
  <para>This filter specification can be used to select only the
 
5
   firewall events that were permitted or denied.
 
6
  </para>
 
7
  <variablelist>
 
8
    <title>Parameters</title>
 
9
    <varlistentry>
 
10
      <term>
 
11
        <parameter>action_match</parameter>
 
12
      </term>
 
13
      <listitem>
 
14
        <para>This parameter contains the action that should selected:
 
15
    <variablelist>
 
16
      <varlistentry>
 
17
       <term><constant>denied</constant></term>
 
18
       <listitem>
 
19
        <para>Select only denied events.</para>
 
20
       </listitem>
 
21
      </varlistentry>
 
22
      <varlistentry>
 
23
       <term><constant>permitted</constant></term>
 
24
       <listitem>
 
25
        <para>Select only permitted events.</para>
 
26
       </listitem>
 
27
      </varlistentry>
 
28
      <varlistentry>
 
29
      <term><constant>-</constant></term>
 
30
       <listitem>
 
31
        <para>This is also a possible action when we can't determine
 
32
        from the log information if this event was
 
33
        <constant>denied</constant> or <constant>permitted</constant>.
 
34
       </para>
 
35
       </listitem>
 
36
      </varlistentry>
 
37
     </variablelist>
 
38
    </para>
 
39
        <para>Defaults to <literal>denied</literal>.</para>
 
40
      </listitem>
 
41
    </varlistentry>
 
42
  </variablelist>
 
43
</section>