Module Name: src Committed By: simonb Date: Wed Dec 22 14:04:10 UTC 2021
Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: In zfs_setattr() don't recheck the auth policy for a "nodump" flags change. zfs_netbsd_setattr() has already checked if this request is authorised, and our secpolicy_xvattr() doesn't check kauth chflags. XXX: Fix this propery when we migrate to openzfs. riastradh@: Seems reasonable. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 \ 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.