Multi user setup / umask

Ok, if someone else run into this problem, here is an ugly workaround. I’ve setup a cron job to update the file permission every 10 minutes in the project directory of the user.

> crontab -l
*/10 * * * * chmod go+w -R /home/my_user_name/cryosparc_projects/*