How can I block a range of uid's in 1 rule ?
I tried this, but that gave an error. iptables -A OUTPUT -p tcp --match owner --uid-owner 1000:2000 -j DROP
Is it at all possible?
How can I block a range of uid's in 1 rule ?
I tried this, but that gave an error. iptables -A OUTPUT -p tcp --match owner --uid-owner 1000:2000 -j DROP
Is it at all possible?