Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 10:19:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559234 - head/security/tor
Message-ID:  <202012251019.0BPAJanI021494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Dec 25 10:19:35 2020
New Revision: 559234
URL: https://svnweb.freebsd.org/changeset/ports/559234

Log:
  security/tor: Allow _tor group to read tor files and directories under /var
  
  PR:		252127
  Requested by:	Dries Michiels <driesm.michiels@gmail.com>

Modified:
  head/security/tor/Makefile
  head/security/tor/pkg-plist

Modified: head/security/tor/Makefile
==============================================================================
--- head/security/tor/Makefile	Fri Dec 25 09:45:27 2020	(r559233)
+++ head/security/tor/Makefile	Fri Dec 25 10:19:35 2020	(r559234)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tor
 DISTVERSION=	0.4.4.6
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	TOR
 

Modified: head/security/tor/pkg-plist
==============================================================================
--- head/security/tor/pkg-plist	Fri Dec 25 09:45:27 2020	(r559233)
+++ head/security/tor/pkg-plist	Fri Dec 25 10:19:35 2020	(r559234)
@@ -16,6 +16,6 @@ bin/torify
 %%PORTDOCS%%%%DOCSDIR%%/torify.html
 %%DATADIR%%/geoip
 %%DATADIR%%/geoip6
-@dir(%%USER%%,%%GROUP%%,700) /var/run/tor
-@dir(%%USER%%,%%GROUP%%,700) /var/log/tor
-@dir(%%USER%%,%%GROUP%%,700) /var/db/tor
+@dir(%%USER%%,%%GROUP%%,750) /var/run/tor
+@dir(%%USER%%,%%GROUP%%,750) /var/log/tor
+@dir(%%USER%%,%%GROUP%%,750) /var/db/tor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012251019.0BPAJanI021494>