[ipfw] cannot deny icmp using uid

I am trying to add the following rule on top of everything else:
Code:
ipfw add 10 deny icmp from any to any uid 1001

I want to block uid 1001 from pinging other sites. However it doesn't work. If I omit the uid it works fine, albeit for all users.

Any hints?
 
Back
Top