From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] Tor: specify correct user for default configuration
Date: Sat, 18 May 2019 14:40:00 +0000 [thread overview]
Message-ID: <0d85765e-fce3-7512-7bda-fdf6f09d948e@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
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 <peter.mueller(a)ipfire.org>
---
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
next reply other threads:[~2019-05-18 14:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-18 14:40 Peter Müller [this message]
2019-05-20 9:10 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0d85765e-fce3-7512-7bda-fdf6f09d948e@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox