Open rafaeljusto opened 10 years ago
For security reason we should drop the privileges after catching all the necessary resources.
https://groups.google.com/forum/#!topic/golang-nuts/IpfEDBVSE34
http://code.google.com/p/go/issues/detail?id=1435#c42 http://man7.org/linux/man-pages/man7/capabilities.7.html
setcap CAP_NET_BIND_SERVICE shelter
For security reason we should drop the privileges after catching all the necessary resources.