Is there something like 'sudo' but give only one capability not real root?
5
votes
0
answers
490
views
I want to run a one-time web server on port 80, which I will never run again.
Is there something like 'sudo' that gives only temporary
CAP_NET_BIND_SERVICE
, not real root, to a process? So that we don't have to use chmod
or setcap
.
Asked by Bob Johnson
(479 rep)
Oct 26, 2019, 04:34 AM
Last activity: Oct 26, 2019, 06:45 PM
Last activity: Oct 26, 2019, 06:45 PM