Skip to main content
Topic: Re: Issue with package dnscrypt-proxy-openrc (Read 219 times) previous topic - next topic - Topic derived from Re: Issue with packag...
0 Members and 2 Guests are viewing this topic.

Re: Issue with package dnscrypt-proxy-openrc

If I'm not mistaken, the user is created upon package installation. For me it is the `dnscrypt` user.
Code: [Select]
setcap cap_net_bind_service=+ep /usr/bin/dnscrypt-proxy
should allow you to run dnscrypt-proxy without root.
I'm sharing this solution since it was one of my greatest hurdles during post-install. I think the package installation should do this by default.