On Tue, 20 Nov 2007 11:14:59 +0100
Mikael Ståldal  <[EMAIL PROTECTED]> wrote:

> In Linux you have to be root in order to listen to TCP or UDP ports below 
> 1024 (the 
> well-known ports). As far as I know, this limit is hardcoded in the kernel.
> 
> In some cases, this limit do more harm than good, so it would be nice to be 
> able to adjust it.

The proper way to enable port <= 1024 binding support is adding 
CAP_NET_BIND_SERVICE to the process capability set, e.g. by using file-system 
capabilities.

Attachment: signature.asc
Description: PGP signature

Reply via email to