From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Lamby Subject: Re: INPUT and uid-owner Date: Thu, 13 Sep 2007 14:38:12 +0200 Message-ID: <46E92F34.7000709@gmx.de> References: <9ace7c010709130520l249e5952ib39dca1d601cd68c@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9ace7c010709130520l249e5952ib39dca1d601cd68c@mail.gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: SoFy DeNiro Cc: netfilter@lists.netfilter.org there is something that could fit your needs: go to http://iptables-tutorial.frozentux.net/iptables-tutorial.htm and search for owner match. Hope this helps. Stefan SoFy DeNiro schrieb: > Hi, > > Is there's anyway to use INPUT chain with uid-owner ? > > something like that : > > iptables -A INPUT -p tcp -mowner --uid-owner root --dport 80 -j DROP > > Thanks, > SoFy. > >