From de093b7d6fdecdaa3557c639ebe3c3ea67142bce Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 23 Mar 2025 17:06:41 +0100 Subject: [PATCH] [dns] Run service as non-root. --- dnscrypt-proxy/dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt-proxy/dnscrypt-proxy.toml b/dnscrypt-proxy/dnscrypt-proxy.toml index 6ecd915..88fc917 100644 --- a/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/dnscrypt-proxy/dnscrypt-proxy.toml @@ -52,7 +52,7 @@ max_clients = 250 ## Note (2): this feature is not compatible with systemd socket activation. ## Note (3): when using -pidfile, the PID file directory must be writable by the new user -# user_name = 'nobody' +user_name = 'dnscrypt-proxy' ## Require servers (from remote sources) to satisfy specific properties -- 2.39.5