From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Tor: specify correct user for default configuration Date: Mon, 20 May 2019 10:10:30 +0100 Message-ID: <0463249C-8BCD-4317-A20F-50C5475FBE6F@ipfire.org> In-Reply-To: <0d85765e-fce3-7512-7bda-fdf6f09d948e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4769233729769657771==" List-Id: --===============4769233729769657771== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Thanks. Merged. > On 18 May 2019, at 15:40, Peter Müller wrote: > > 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 --===============4769233729769657771==--