~csurbhi/ubuntu/maverick/iptables/iptable-fix.600195

« back to all changes in this revision

Viewing changes to extensions/libipt_owner.man

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-24 15:06:04 UTC
  • mfrom: (5.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624150604-5t7r1o1kxq0ycz81
Tags: 1.4.0-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Took references to 2.4 kernel out of doc-base control files (Jordan
    Mantha, Malone #25972) (patches/all/091-fix-2.4-references.patch)
  - Use linux-libc-dev instead of local copy of kernel-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This module attempts to match various characteristics of the packet
 
2
creator, for locally-generated packets.  It is only valid in the
 
3
.B OUTPUT
 
4
chain, and even this some packets (such as ICMP ping responses) may
 
5
have no owner, and hence never match.
 
6
.TP
 
7
.BI "--uid-owner " "userid"
 
8
Matches if the packet was created by a process with the given
 
9
effective user id.
 
10
.TP
 
11
.BI "--gid-owner " "groupid"
 
12
Matches if the packet was created by a process with the given
 
13
effective group id.
 
14
.TP
 
15
.BI "--pid-owner " "processid"
 
16
Matches if the packet was created by a process with the given
 
17
process id.
 
18
.TP
 
19
.BI "--sid-owner " "sessionid"
 
20
Matches if the packet was created by a process in the given session
 
21
group.
 
22
.TP
 
23
.BI "--cmd-owner " "name"
 
24
Matches if the packet was created by a process with the given command name.
 
25
(this option is present only if iptables was compiled under a kernel
 
26
supporting this feature)
 
27
.TP
 
28
.B NOTE: pid, sid and command matching are broken on SMP