On Fri, Jun 21, 2013 at 1:46 AM, <[email protected]> wrote: > + chmod 0755 /usr/local/etc/couchdb
Is this reasonable change? Config files may contains some sensitive data like secret token for proxy_auth, oauth credentials, server admins names etc. which probably shouldn't be shared with anyone regular OS user (unless his is in couchdb group). -- ,,,^..^,,, On Fri, Jun 21, 2013 at 1:46 AM, <[email protected]> wrote: > Updated Branches: > refs/heads/master cbbd7d56b -> 9cf9b53d2 > > > fix perms on install instructions > > > Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo > Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9cf9b53d > Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9cf9b53d > Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9cf9b53d > > Branch: refs/heads/master > Commit: 9cf9b53d2cee9976a5b215af52672838abec0d6b > Parents: cbbd7d5 > Author: Jan Lehnardt <[email protected]> > Authored: Thu Jun 20 23:46:31 2013 +0200 > Committer: Jan Lehnardt <[email protected]> > Committed: Thu Jun 20 23:46:31 2013 +0200 > > ---------------------------------------------------------------------- > INSTALL.Unix | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/couchdb/blob/9cf9b53d/INSTALL.Unix > ---------------------------------------------------------------------- > diff --git a/INSTALL.Unix b/INSTALL.Unix > index 854fd13..76ba8eb 100644 > --- a/INSTALL.Unix > +++ b/INSTALL.Unix > @@ -230,10 +230,10 @@ Change the ownership of the CouchDB directories by > running: > > Change the permission of the CouchDB directories by running: > > - chmod 0770 /usr/local/etc/couchdb > - chmod 0770 /usr/local/var/lib/couchdb > - chmod 0770 /usr/local/var/log/couchdb > - chmod 0770 /usr/local/var/run/couchdb > + chmod 0755 /usr/local/etc/couchdb > + chmod 0755 /usr/local/var/lib/couchdb > + chmod 0755 /usr/local/var/log/couchdb > + chmod 0755 /usr/local/var/run/couchdb > > Running as a Daemon > ------------------- >
