public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Tor: specify correct user for default configuration
@ 2019-05-18 14:40 Peter Müller
  2019-05-20  9:10 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2019-05-18 14:40 UTC (permalink / raw)
  To: development

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-20  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-18 14:40 [PATCH] Tor: specify correct user for default configuration Peter Müller
2019-05-20  9:10 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox