Module Name: src
Committed By: martin
Date: Fri Aug 28 18:17:13 UTC 2020
Modified Files:
src/external/cddl/osnet/sys/kern [netbsd-9]: policy.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1066):
external/cddl/osnet/sys/kern/policy.c: revision 1.9
Glue operation secpolicy_fs_mount() passes wrong arguments to
operation kauth_authorize_system().
KAUTH_SYSTEM_MOUNT / KAUTH_REQ_SYSTEM_MOUNT_NEW wants the to be
covered vnode and the mount flags, not the mount structure.
Fix for PR kern/55602: zpool panic on mounting zfs filesystem
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.4.1 src/external/cddl/osnet/sys/kern/policy.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.