]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r360956: zfs allow/unallow should work with numeric uid/gid
authorAndriy Gapon <avg@FreeBSD.org>
Tue, 26 May 2020 05:55:46 +0000 (05:55 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Tue, 26 May 2020 05:55:46 +0000 (05:55 +0000)
commita205ec41d77c8867c6c1f4bc6c6d2276760314ff
treeda9550c3bed724fbfedae9815764987660281bab
parent1be0d5c88bfb122013ac37abe1186459db400ca0
MFC r360956: zfs allow/unallow should work with numeric uid/gid

And that should work even (especially) if there is no matching user or
group name.  This change allows to see and modify delegations for
deleted groups and users.

The change is originally by Xin Li.
illumos report: https://www.illumos.org/issues/6037
OpenZFS (ZoL) PR: https://github.com/openzfs/zfs/pull/10280
cddl/contrib/opensolaris/cmd/zfs/zfs_main.c