samba-in-kubernetes / sit-environment

SIT (Samba Integration Testing) Framework
GNU General Public License v3.0
1 stars 7 forks source link

smb_share.conf.j2: Add `ignore system acls` option to vfs_acl_xattr #82

Closed anoopcs9 closed 9 months ago

anoopcs9 commented 10 months ago

For better coverage of smbtorture tests we require ignore system acls enabled for _aclxattr VFS module. This is done to successfully complete those tests where such a lossy translation attempt from NT ACLs to POSIX ACLs would result in failures by design.

fixes #81