summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Oester <kernel@linuxace.com>2004-10-01 21:32:39 +0000
committerPatrick McHardy <kaber@trash.net>2004-10-01 21:32:39 +0000
commit2608b6e268635aca5d885cd551b4d3d6f4dbd7e6 (patch)
tree75d0eab474d309d10ba4121b2afa0a2a0bc1e8b3
parent1b68d2e9643b6775749f190cd63cd80275b1999f (diff)
note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester)
-rw-r--r--extensions/libipt_owner.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/libipt_owner.c b/extensions/libipt_owner.c
index 9d112cf3..671efbb5 100644
--- a/extensions/libipt_owner.c
+++ b/extensions/libipt_owner.c
@@ -22,6 +22,7 @@ help(void)
"[!] --pid-owner processid Match local pid\n"
"[!] --sid-owner sessionid Match local sid\n"
"[!] --cmd-owner name Match local command name\n"
+"NOTE: pid, sid and command matching are broken on SMP\n"
"\n",
IPTABLES_VERSION);
#else
@@ -31,6 +32,7 @@ IPTABLES_VERSION);
"[!] --gid-owner groupid Match local gid\n"
"[!] --pid-owner processid Match local pid\n"
"[!] --sid-owner sessionid Match local sid\n"
+"NOTE: pid and sid matching are broken on SMP\n"
"\n",
IPTABLES_VERSION);
#endif /* IPT_OWNER_COMM */