summaryrefslogtreecommitdiffstats
path: root/iptables.8
diff options
context:
space:
mode:
authormarc <marc>2002-01-19 12:46:04 +0000
committermarc <marc>2002-01-19 12:46:04 +0000
commit8019f2413f134a1502e848e4eee069bfa750f476 (patch)
tree96fc4446f1ea80b6713d60fbf5e7c9d3136fbed5 /iptables.8
parent3c735fc1bd353f96bf7dd115abe9f0899e9646d6 (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 16008b3..baa3d33 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.