From e772963950bab876d429cd30b36037dbdb1e967c Mon Sep 17 00:00:00 2001 From: kaber Date: Fri, 1 Oct 2004 21:32:39 +0000 Subject: [PATCH] note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester) --- extensions/libipt_owner.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/libipt_owner.c') diff --git a/extensions/libipt_owner.c b/extensions/libipt_owner.c index 9d112cf..671efbb 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