diff --git a/lfs/tor b/lfs/tor index d918910d4..1e234e0ab 100644 --- a/lfs/tor +++ b/lfs/tor @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 40 +PAK_VER = 41 DEPS = "libseccomp" diff --git a/src/paks/tor/install.sh b/src/paks/tor/install.sh index 1659871b6..4d0353155 100644 --- a/src/paks/tor/install.sh +++ b/src/paks/tor/install.sh @@ -38,4 +38,8 @@ restore_backup ${NAME} # Adjust some folder permission for new UID/GID chown -R tor:tor /var/lib/tor /var/ipfire/tor +# Tor settings file needs to be writeable by nobody group for WebUI +chown tor:nobody /var/ipfire/tor/settings +chmod 664 /var/ipfire/tor/settings + start_service --background ${NAME}