jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

Drop privileges after startup

Open MagnusS opened this issue 10 years ago • 1 comments

Currently requires suid/sudo to bind to port 53 and set up Xenstore.

Use https://github.com/andrenth/release ?

MagnusS avatar Apr 30 '15 17:04 MagnusS

@MagnusS you're probably better off using setcap (to allow binds on low ports) on the binary and dropping the capability than you are running it as root and trying to drop privileges.

cfcs avatar Nov 11 '17 17:11 cfcs