[Bug 847] Owner matching fails on listening socket

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Tue Aug 27 08:27:04 CEST 2013


https://bugzilla.netfilter.org/show_bug.cgi?id=847

--- Comment #2 from phil at sanewall.org 2013-08-27 08:27:04 CEST ---
Yes, it works fine when the uid is establishing the connection. It fails when
the uid is listening.

Host 1

# sudo iptables -A OUTPUT -p tcp -m owner --uid-owner 1000 -j REJECT

pdw at compaq:~$ echo hi | nc bathroom.mit.edu 79
nw61-310-8.mit.edu [18.243.1.73] 79 (finger) : Connection refused
pdw at compaq:~$ echo hi | nc -l -p 8888

Host 2
dell:~ bob$ echo "ho" | nc compaq 8888

-- 
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the netfilter-buglog mailing list