irods / irods_client_nfsrods

An nfs4j Virtual File System implementation supporting the iRODS Data Grid
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Permissions do not map correctly to 10 level permission model in iRODS 4.3.0 #188

Open erwinvanwieringen opened 1 year ago

erwinvanwieringen commented 1 year ago

The 10-level permission model in iRODS 4.3.0 does not seem to be supported bij nfsrods yet.

For example. if I set 'delete metadata' to an object, this should include 'read object' permissions. However, nfsrods will not allow this object to be read.

korydraughn commented 1 year ago

That's correct. Support for the additional permission levels will have to be added to Jargon and then NFSRODS can react to them.

korydraughn commented 1 year ago

Created https://github.com/DICE-UNC/jargon/issues/428 to capture part of the work.