netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Filter input traffic by uid
@ 2011-01-25 12:04 Glauco Junquera
  2011-01-25 14:06 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: Glauco Junquera @ 2011-01-25 12:04 UTC (permalink / raw)
  To: netfilter-devel

Hi All,

Iptables can filter output traffic by uid, for example iptables -A
OUTPUT -m owner --uid-owner 100 -p udp -j DROP.
I need to implement the same for input traffic. Anyone have any idea
of how can i do it (where i must start)? I am new to netfilter
development i tried some simple modifications on code with no success.
I would really appreciate any kind of help.

Regards,
Glauco.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-26 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 12:04 Filter input traffic by uid Glauco Junquera
2011-01-25 14:06 ` Patrick McHardy
2011-01-26 10:52   ` Glauco Junquera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).