Module Name: src Committed By: martin Date: Sun Mar 5 14:32:42 UTC 2023
Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-10]: zfs_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #110): external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c: revision 1.81 Adapt zfs_netbsd_access() to ACL support. As ZFS itself only handles VREAD, VWRITE, VEXEC and VAPPEND we use kauth_authorize_vnode() to handle VADMIN. >From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.80.2.1 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.