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:
parent
749decdf40
commit
2e69f2617c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428664
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= couchdb
|
||||
PORTVERSION= 1.6.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= APACHE/couchdb/source/${PORTVERSION}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user