summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_owner.man
diff options
context:
space:
mode:
authorlaforge <laforge>2004-01-22 15:04:24 +0000
committerlaforge <laforge>2004-01-22 15:04:24 +0000
commite98c6ca0cd66184de43eb4c8cc34114fb72c88f6 (patch)
treea24f57a9be5a8364b53dfa102705d270f36b440a /extensions/libip6t_owner.man
parent9bbaedb7f5bd564ff7f54ae87e2d344bd044ef2e (diff)
split manpages into per-extension manpage snippet (Henrik Nordstrom)
add lots of missing manpage snippets (Harald Welte)
Diffstat (limited to 'extensions/libip6t_owner.man')
-rw-r--r--extensions/libip6t_owner.man21
1 files changed, 21 insertions, 0 deletions
diff --git a/extensions/libip6t_owner.man b/extensions/libip6t_owner.man
new file mode 100644
index 0000000..8a31ca4
--- /dev/null
+++ b/extensions/libip6t_owner.man
@@ -0,0 +1,21 @@
+This module attempts to match various characteristics of the packet
+creator, for locally-generated packets. It is only valid in the
+.B OUTPUT
+chain, and even this some packets (such as ICMP ping responses) may
+have no owner, and hence never match. This is regarded as experimental.
+.TP
+.BI "--uid-owner " "userid"
+Matches if the packet was created by a process with the given
+effective user id.
+.TP
+.BI "--gid-owner " "groupid"
+Matches if the packet was created by a process with the given
+effective group id.
+.TP
+.BI "--pid-owner " "processid"
+Matches if the packet was created by a process with the given
+process id.
+.TP
+.BI "--sid-owner " "sessionid"
+Matches if the packet was created by a process in the given session
+group.