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.
Re: INPUT and uid-owner
Germany
2007-09-13 07:38:12
there is something that could fit your needs:
go to http://iptables-tutorial.frozentux.net/iptables-tuto
rial.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.
>
>
Re: INPUT and uid-owner
Germany
2007-09-13 07:49:49
sorry, this is not the correct link, please use:
http://iptables-tutorial.frozentux.net/iptables-tut
orial.html
Stefan Lamby schrieb:
> there is something that could fit your needs:
> go to http://iptables-tutorial.frozentux.net/iptables-tuto
rial.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.
>>
>>
>>
>
>
>