victorstanciu/dbv

Documentation recommends unsafe directory permissions

drmmr763 opened this issue · 1 comments

Hi:

I was just checking over the documentation and someone pointed out to me that the directory permissions on the documentation for installation recommend chmod 777. This is probably not very safe and I would say that this should be an unrecommended 'if all else fails' solution.

Here's the specific lines:

cd dbv
chmod -R 777 data

Located here: http://dbv.vizuina.com/documentation/

PS: I would have made a pull request but I don't see the documentation on github.

You are right. I removed the chmod instructions from the docs, telling users that the Apache user must have write permissions on the /data directory is more than enough.