NetBSD-Bugs archive

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

PR/55602 CVS commit: src/external/cddl/osnet/sys/kern



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55602 CVS commit: src/external/cddl/osnet/sys/kern
Date: Fri, 28 Aug 2020 16:13:48 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Fri Aug 28 16:13:48 UTC 2020
 
 Modified Files:
 	src/external/cddl/osnet/sys/kern: policy.c
 
 Log Message:
 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.8 -r1.9 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