[Bug 570] iptables save saves broken rules for -m owner

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Fri Jan 16 00:47:24 CET 2009


http://bugzilla.netfilter.org/show_bug.cgi?id=570





------- Comment #1 from bircoph at gmail.com  2009-01-16 00:47 -------
Due to internall bugzilla bugs I can't attach patch in a proper way.
So here it is:

--- iptables-1.4.2.orig/extensions/libxt_owner.c        2008-10-08
20:31:58.000000000 +0400
+++ iptables-1.4.2/extensions/libxt_owner.c     2009-01-16 02:00:18.000000000
+0300
@@ -324,7 +324,7 @@
                return;
        if (info->invert & flag)
                printf("! ");
-       printf(label);
+       printf("%s ",label);

        switch (info->match & flag) {
        case IPT_OWNER_UID:
@@ -375,7 +375,7 @@
                return;
        if (info->invert & flag)
                printf("! ");
-       printf(label);
+       printf("%s ",label);

        switch (info->match & flag) {
        case IP6T_OWNER_UID:


-- 
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the netfilter-buglog mailing list