svn commit: r559234 - head/security/tor

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 25 10:19:36 UTC 2020


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 at 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
- at dir(%%USER%%,%%GROUP%%,700) /var/run/tor
- at dir(%%USER%%,%%GROUP%%,700) /var/log/tor
- at dir(%%USER%%,%%GROUP%%,700) /var/db/tor
+ at dir(%%USER%%,%%GROUP%%,750) /var/run/tor
+ at dir(%%USER%%,%%GROUP%%,750) /var/log/tor
+ at dir(%%USER%%,%%GROUP%%,750) /var/db/tor


More information about the svn-ports-all mailing list