From 2df98063a246dc1f17bae7fd0e477d7f73e2319f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 18 May 2019 14:40:00 +0000 Subject: [PATCH] Tor: specify correct user for default configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 Signed-off-by: Michael Tremer --- 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 703d821fe5..ee8f809d9b 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.39.2