This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Drop root privileges after listening #33
Comments
I see a problem with a current implementation that is so far preventing me from doing it: every worker is reading cert/key from a file system at start. The proper solution would require transferring cert/key from a master to a worker via IPC pipe. Need to seriously consider it... |
Actually, this is a bit over the top for now (transferring cert/key over IPC), the correct steps to implement it would be:
The user should be responsible for setting proper permissions on the cert/key files. |
@Acconut any luck with this? |
Yesterday I had no time and now I'm trying to find the source of the segmentation fault. :) |
ping @Acconut ;) |
it has actually landed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
bud should drop root privileges (if running as root) after it started to listen.
The text was updated successfully, but these errors were encountered: