forked from tachang/EyeFiServer
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Originally by older@ at 17fbe29
Hi,
Would that be possible to make umask for creation of directories configurable?
I'm using eyefiserver debian package and it creates directories with 644 permissions, so even if I add myself to www-data group I cannot modify/delete image files without being root.
I've fixed it locally by adding os.umask(002) call to main(), but it would be even better to have this setting in the configuration file.