Displaying 1 result from an estimated 1 matches for "owner65534".
2009 Jan 15
2
[Bug 570] New: iptables save saves broken rules for -m owner
...Severity: major
Priority: P1
Component: iptables-save
AssignedTo: laforge at netfilter.org
ReportedBy: bircoph at gmail.com
In iptables-1.4.2 iptables-save produce broken output for -m owner (space is
missing). Example:
[0:0] -A OUTPUT -o ! lo -m owner --uid-owner65534 -j nobody
instead of
[0:0] -A OUTPUT -o ! lo -m owner --uid-owner 65534 -j nobody
This leads to failures while restoring rules.
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or a...