NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55602 CVS commit: [netbsd-9] src/external/cddl/osnet/sys/kern



The following reply was made to PR kern/55602; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55602 CVS commit: [netbsd-9] src/external/cddl/osnet/sys/kern
Date: Fri, 28 Aug 2020 18:17:13 +0000

 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.
 


Home | Main Index | Thread Index | Old Index