From: Peter Müller Date: Sat, 18 May 2019 14:40:00 +0000 (+0000) Subject: Tor: specify correct user for default configuration X-Git-Tag: v2.23-core133~115 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=2df98063a246dc1f17bae7fd0e477d7f73e2319f Tor: specify correct user for default configuration 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 --- 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