Displaying 1 result from an estimated 1 matches for "test_file_synced_user".
2019 Jul 25
0
NFS4 extended attributes confusion
...acl /tmp/nfs_test_mountpoint/test_file_synced_root
D::OWNER@:x
A::OWNER@:rwatTcCy
A::0:rxtcy?? <-------
A::1000:rxtcy??? <-------
A::GROUP@:rtcy
A::EVERYONE@:rtcy
TESTUSER:
# rsync --super -X --filter='-x! system.nfs4_acl'
/tmp/nfs_test_mountpoint/test_file
/tmp/nfs_test_mountpoint/test_file_synced_user
# nfs4_getfacl /tmp/nfs_test_mountpoint/test_file_synced_user
D::OWNER@:x
A::OWNER@:rwatTcCy
A::0:rwaxtcy?? <---------
A::1000:rwaxtcy?? <-------
A::GROUP@:rwatcy
A::EVERYONE@:rtcy
I am really confused as to why the 'wa' attributes get transferred when
initiated as a normal user bu...