As it is, Linux fails to bind ports < 1024 for any user other than root.
How do you blacklist or whitelist ranges of ports for specific normal users, so that they can not bind them, in the same way a normal user can't bind port 80?
There is a way to block traffic through these ports via iptables, but as this is a real multi-user environment, they really need to be impossible to bind.