mirror_zfs/tests/zfs-tests/tests/functional/acl
Andrew 66e6d3f128
Fix regression in POSIX mode behavior
Commit 235a85657 introduced a regression in evaluation of POSIX modes
that require group DENY entries in the internal ZFS ACL. An example
of such a POSX mode is 007. When write_implies_delete_child is set,
then ACE_WRITE_DATA is added to `wanted_dirperms` in prior to calling
zfs_zaccess_common(). This occurs is zfs_zaccess_delete().

Unfortunately, when zfs_zaccess_aces_check hits this particular DENY
ACE, zfs_groupmember() is checked to determine whether access should be
denied, and since zfs_groupmember() always returns B_TRUE on Linux and
so this check is failed, resulting ultimately in EPERM being returned.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Andrew Walker <awalker@ixsystems.com>
Closes #11760
2021-03-19 22:50:46 -07:00
..
off Fix regression in POSIX mode behavior 2021-03-19 22:50:46 -07:00
posix Linux: Initialize zp in zfs_setattr_dir 2020-10-09 09:27:14 -07:00
posix-sa Linux: Initialize zp in zfs_setattr_dir 2020-10-09 09:27:14 -07:00
acl_common.kshlib Fix typos in tests/ 2019-09-02 18:14:53 -07:00
acl.cfg ZTS: acl group path cleanup 2018-08-13 08:22:41 -07:00
Makefile.am ZTS: Add tests for DOS mode attributes 2021-03-16 15:00:14 -07:00