I have set the following permission using nfs4_sefacl
$ sudo nfs4_setfacl -a A:g:foo-group@mydomain.com:rwx /mnt/shared
$ sudo nfs4_getfacl /mnt/shared
# file: /mnt/shared
A:g:foo-group@mydomain.com:rwx
A::OWNER@:rwaDxtTnNcCy
A:g:GROUP@:rwaDxtTnNcy
A::EVERYONE@:rxtncy
Interestingly, the users of foo-group
are able to create only files under /mnt/shared
, but they are unable to create any directories under the folder.
I am new to nfs4_setfacl, may I know what am I missing? The volume is mounted as NFS4 volume correctly.