1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Use more restrictive permissions for CouchDB's data and configuration

files.

PR:		214334
Submitted by:	Dave Cottlehuber
This commit is contained in:
Jimmy Olgeni 2016-12-16 09:21:24 +00:00
parent 749decdf40
commit 2e69f2617c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428664
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= couchdb
PORTVERSION= 1.6.1
PORTREVISION= 9
PORTREVISION= 10
PORTEPOCH= 2
CATEGORIES= databases
MASTER_SITES= APACHE/couchdb/source/${PORTVERSION}

View File

@ -2,7 +2,7 @@ bin/couch-config
bin/couchdb
bin/couchjs
%%ETCDIR%%/default.ini
@sample(couchdb,,) %%ETCDIR%%/local.ini.sample
@sample(couchdb,couchdb,600) %%ETCDIR%%/local.ini.sample
etc/logrotate.d/couchdb
lib/couchdb/bin/couchjs
lib/couchdb/erlang/lib/couch-%%VERSION%%/ebin/couch.app
@ -632,8 +632,8 @@ man/man1/couchjs.1.gz
%%PORTDOCS%%%%DOCSDIR%%/NOTICE.gz
%%PORTDOCS%%%%DOCSDIR%%/README.gz
%%PORTDOCS%%%%DOCSDIR%%/THANKS.gz
@dir %%ETCDIR%%/default.d
@dir %%ETCDIR%%/local.d
@dir /var/db/couchdb
@dir /var/log/couchdb
@dir /var/run/couchdb
@dir(couchdb,couchdb,750) %%ETCDIR%%/default.d
@dir(couchdb,couchdb,750) %%ETCDIR%%/local.d
@dir(couchdb,couchdb,750) /var/db/couchdb
@dir(couchdb,couchdb,750) /var/log/couchdb
@dir(couchdb,couchdb,750) /var/run/couchdb