summaryrefslogtreecommitdiffstats
path: root/iptables.8
diff options
context:
space:
mode:
authorMarc Boucher <marc@mbsi.ca>2002-01-19 12:46:04 +0000
committerMarc Boucher <marc@mbsi.ca>2002-01-19 12:46:04 +0000
commitf5c32d633daeccdf4d2bb381fcc7bb5c3cbcd273 (patch)
tree96fc4446f1ea80b6713d60fbf5e7c9d3136fbed5 /iptables.8
parent5054e85be306809cf0a484469d7f7f6e16a31646 (diff)
Added support for --cmd-owner option when ownercmd.patch is applied to kernel.
Diffstat (limited to 'iptables.8')
-rw-r--r--iptables.85
1 files changed, 5 insertions, 0 deletions
diff --git a/iptables.8 b/iptables.8
index 16008b33..baa3d33b 100644
--- a/iptables.8
+++ b/iptables.8
@@ -483,6 +483,11 @@ process id.
.BI "--sid-owner " "sessionid"
Matches if the packet was created by a process in the given session
group.
+.TP
+.BI "--cmd-owner " "name"
+Matches if the packet was created by a process with the given command name.
+(this option is present only if iptables was compiled under a kernel
+supporting this feature)
.SS state
This module, when combined with connection tracking, allows access to
the connection tracking state for this packet.