public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] tor: Fix tor permissions if presant via update.sh
@ 2019-06-10 11:36 Erik Kapfer
  2019-06-10 14:31 ` Michael Tremer
  0 siblings, 1 reply; 9+ messages in thread
From: Erik Kapfer @ 2019-06-10 11:36 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 config/rootfiles/core/133/update.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config/rootfiles/core/133/update.sh b/config/rootfiles/core/133/update.sh
index a05ad0741..3ecb5651b 100644
--- a/config/rootfiles/core/133/update.sh
+++ b/config/rootfiles/core/133/update.sh
@@ -71,6 +71,11 @@ sudo -u nobody /srv/web/ipfire/cgi-bin/vpnmain.cgi
 /etc/init.d/squid start
 /etc/init.d/collectd restart
 
+# Set new permissions for tor
+if [ -d "/var/lib/tor" ]; then
+    chown -R tor:tor /var/lib/tor
+fi
+
 # Finish
 /etc/init.d/fireinfo start
 sendprofile
-- 
2.12.2


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

end of thread, other threads:[~2019-06-12 14:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 11:36 [PATCH] tor: Fix tor permissions if presant via update.sh Erik Kapfer
2019-06-10 14:31 ` Michael Tremer
2019-06-10 18:12   ` Peter Müller
2019-06-10 18:36     ` Paul Simmons
2019-06-10 18:51       ` Michael Tremer
2019-06-10 19:02         ` [PATCH] Tor: fix permissions after updating, too Peter Müller
2019-06-12 13:57           ` Peter Müller
2019-06-12 14:12             ` Michael Tremer
2019-06-10 19:10     ` [PATCH] tor: Fix tor permissions if presant via update.sh ummeegge

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