All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug in owner module
@ 2013-12-15 13:57 ZenSecurity
  2013-12-15 16:38 ` Phil Oester
  0 siblings, 1 reply; 3+ messages in thread
From: ZenSecurity @ 2013-12-15 13:57 UTC (permalink / raw)
  To: netfilter

Hi, i have some issue with module (owner) in iptables v1.4.14 (debian
wheezy 7.2.0)

Current rule fails:

iptables -t nat -A OUTPUT -o eth0 -p tcp -s x.x.x.x -m owner --gid-owner
usergroup -j DNAT --to-destination x.x.x.x:80;

I tried to use numeric gid, it failed too..

But this rule works fine:

iptables -t nat -A OUTPUT -o eth0 -p tcp -s x.x.x.x -m owner --uid-owner
user -j DNAT --to-destination x.x.x.x:80;

Is it possible to fix this bug ?

Thanks!

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

end of thread, other threads:[~2013-12-18 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-15 13:57 Bug in owner module ZenSecurity
2013-12-15 16:38 ` Phil Oester
     [not found]   ` <52ADE190.8010405@zensecurity.su>
2013-12-18 21:15     ` Phil Oester

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.