Hello,
pve-manager/4.2-2/725d76f0 (running kernel: 4.4.6-1-pve)
we would something change. Remove all ACLs and default ACLs. Replace rights with special umask and GID-Bit. What everything i do does not work. For example:
Here is one Folder:
I was able to remove the ACLs, but not the default ACLs. The command is right. Then when i create an new folder, i can remove all ACLs, include the default ACL. Here my commands:
Here the zfs datas
Home is exported with nfs3. So what should i do? Why i'am not able to remove the ACL?
Thanks a lot
Best Regards
pve-manager/4.2-2/725d76f0 (running kernel: 4.4.6-1-pve)
we would something change. Remove all ACLs and default ACLs. Replace rights with special umask and GID-Bit. What everything i do does not work. For example:
Here is one Folder:
Code:
getfacl Songtext
# file: Songtext
# owner: root
# group: dokumente
# flags: ss-
user::rwx
group::rwx
other::---
default:user::rwx
default:group::rwx
default:group:dokumente:rwx
default:group:dokumente_ro:r-x
default:mask::rwx
default:other::---
Code:
setfacl -b Songtext
setfacl -k Songtext
Code:
zfs get all v-machines/home | grep acl
v-machines/home aclinherit restricted default
v-machines/home acltype posixacl local
Thanks a lot
Best Regards