Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a configuration option to define the permissions of created file system directories #14

Open
andrehufdim opened this issue Jul 20, 2015 · 0 comments

Comments

@andrehufdim
Copy link

When papaya creates the media and cache directory structue they are created readable, writeable and executeable for all (777, rwxrwxrwx).
When saving a media file it is created readable and writeable for all (666, rw-rw-rw-). Cache files are created readable and writeable for the owner and readable for group and others (644, rw-r--r--).

In some cases 600/700 should be enough, so only the owner (the user who runs the webserver; www-data per default on a debian/ubuntu server) can open the directories and read/write the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant