From 2608b6e268635aca5d885cd551b4d3d6f4dbd7e6 Mon Sep 17 00:00:00 2001 From: Phil Oester Date: Fri, 1 Oct 2004 21:32:39 +0000 Subject: note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester) --- extensions/libipt_owner.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions') 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 */ -- cgit v1.2.3