Changing default file permissions of ManagedRepository
Posted: Wed Mar 04, 2015 2:31 pm
Hi all,
quick question about default file permissions used by OMERO to write image data into the "ManagedRepository" which resides on a NFS mounted NAS volume.
A page within the Developer Documentation describing the OMERO security concept https://www.openmicroscopy.org/site/support/omero5.0/developers/Server/SecuritySystem.html mentions a default of 755:
Note aside: I assume you mean actual permissions of 755, because a umask of 755 does not really make any sense?
However, within our ManagedRepository I can see actual permissions of "770" instead:
Can this be changed to 750 (or 755) and, if yes, how/where?
Many thanks in advance, best regards,
-Rainer
quick question about default file permissions used by OMERO to write image data into the "ManagedRepository" which resides on a NFS mounted NAS volume.
A page within the Developer Documentation describing the OMERO security concept https://www.openmicroscopy.org/site/support/omero5.0/developers/Server/SecuritySystem.html mentions a default of 755:
... comparable to a umask of 755 on Unix.
Note aside: I assume you mean actual permissions of 755, because a umask of 755 does not really make any sense?
However, within our ManagedRepository I can see actual permissions of "770" instead:
- Code: Select all
[root@bc2-omerodev01 ~]# ls -l /export/omero/OMERO/ManagedRepository/poehlman_2/
total 64
drwxrwx--- 4 omeronas omeronas 32768 Nov 11 17:36 2014-11
drwxrwx--- 3 omeronas omeronas 32768 Jan 14 23:05 2015-01
Can this be changed to 750 (or 755) and, if yes, how/where?
Many thanks in advance, best regards,
-Rainer