Hi, there
I try to set up a Jenkins on port 80 but fail. Through some search, it turns out that there is a policy that only root can bind to ports under 1024. Is this true?
And a link shows that this limitation can be turned off by adding
to /etc/sysctl.conf.
I assume this means to give every user the ability to bind to any port. I wonder if there is something in middle, like only allowing users from a list of groups to bind?
I try to set up a Jenkins on port 80 but fail. Through some search, it turns out that there is a policy that only root can bind to ports under 1024. Is this true?
And a link shows that this limitation can be turned off by adding
Code:
net.inet.ip.portrange.reservedhigh=0
I assume this means to give every user the ability to bind to any port. I wonder if there is something in middle, like only allowing users from a list of groups to bind?