Apparently the following, placed in /etc/network/interfaces, will do this:
auto eth0 pre-up iptables -A OUTPUT -p tcp -m owner -- uid-owner [user] -j DROP
I haven't tried it yet, and do not know what all the options mean....You insert the uid where the square brackets are.
Peter