From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] Tor: specify correct user for default configuration Date: Sat, 18 May 2019 14:40:00 +0000 Message-ID: <0d85765e-fce3-7512-7bda-fdf6f09d948e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3585695794508603124==" List-Id: --===============3585695794508603124== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit While being built with user/group set to "tor", the default configuration still contains the old username. This patch adjusts it to the correct value. The issue was caused by insufficient testing, which I apologise for. Signed-off-by: Peter Müller --- config/tor/defaults-torrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tor/defaults-torrc b/config/tor/defaults-torrc index 703d821fe..ee8f809d9 100644 --- a/config/tor/defaults-torrc +++ b/config/tor/defaults-torrc @@ -1,3 +1,3 @@ DataDirectory /var/lib/tor -User nobody +User tor Log notice syslog -- 2.16.4 --===============3585695794508603124==--