kocolosk commented on issue #109: Remove chown/chmod from entrypoint
URL: https://github.com/apache/couchdb-docker/issues/109#issuecomment-429628283
 
 
   Another issue with the data directory is that the files created by CouchDB 
itself are not following the permissions indicated here in the entrypoint. 
CouchDB is creating files with 644 and directories with 755.
   
   I guess one could with `setfacl` on the data directory to set these defaults 
correctly, but I'm not sure if ACLs are even going to be broadly supported by 
volume providers. I'd be fine to keep things simple and just chmod to 644/755 
instead of 660/770, but I don't know what the real risk is here of allowing 
other users read access to the data files.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to