Displaying 2 results from an estimated 2 matches for "tncy".
Did you mean:
tnc
2018 Nov 28
2
Tools/mechanisms for the management of access permissions in big filebased datasets
Thank you. Basically our problem are not the ACLs or their support per
se, but that we have to manage a huge number of individual ACLS (several
hundred users in more than hundred projects) in multi-petabyte
filesystem and still have to keep overview and control. Our problem is
more the management side. Effectively we are looking for a tool that
helps us manage these permissions and we
2018 Oct 02
0
Unknown NFSv4 ACL permission
...es an 'O' to pop
up in the permission field, but I cannot find any documentation of it.
For example,
[Linux]$ nfs4_getfacl TODO
A::OWNER@:tTcCy
A::GROUP@:tcy
A::EVERYONE@:rwaxtTnNcy
A:O:OWNER@:rwadxtTnNcCoy
A:gO:admins at madboa.com:rwadxtTnNcy
A:gO:readonly at madboa:rxtnc
A:O:EVERYONE@:tncy
I'll note that when those 'O' perms get added, our OmniOS
(Solaris-alike) hosts cannot read the ACLs:
[SunOS]$ ls -v TODO
ls: can't read ACL on TODO: Invalid argument
-rwxrwx--- 1 heinlein wheel 2488 Oct 2 15:13 TODO
If, on the Linux side, I run nfs4_editfacl and do nothin...