Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 12/18/2006 06:43:13
Module Name: src
Committed By: elad
Date: Mon Dec 18 06:43:12 UTC 2006
Modified Files:
src/sys/kern: kern_verifiedexec.c
Log Message:
Split handling of unmount in Veriexec, where veriexec_unmountchk() will do
the permission check only, and the removal of the table/entries will be
done by fileassoc(9) after a successful unmount.
Prompted by and okay yamt@.
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/kern/kern_verifiedexec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.