Task #13159 (new)
Opened 9 years ago
Review permissions for graph operations from CLI
Reported by: | mtbcarroll | Owned by: | cblackburn |
---|---|---|---|
Priority: | major | Milestone: | Permissions |
Component: | Client | Version: | OMERO-5.2.0 |
Keywords: | n.a. | Cc: | ux@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
https://www.openmicroscopy.org/community/viewtopic.php?f=4&t=8001 reports a problem arising from that the chgrp.py plugin prevents members of the system group from chgrp'ing data in groups of which they're not members even though the server would (probably) allow it. It would be good to review the permissions checks for the CLI plugins; I'd be happy to suggest what I think the server would permit in various cases. (The main clues are in the *I classes: why the init(Helper) methods throw exceptions and, for their InternalProcessor inner classes, what getRequiredPermissions() returns and what is checked if the processor overrides the assertMayProcess method.)