Subject: CVS commit: [netbsd-4] src
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/08/2006 03:11:51
Module Name:	src
Committed By:	riz
Date:		Fri Sep  8 03:11:50 UTC 2006

Modified Files:
	src/sbin/veriexecctl [netbsd-4]: veriexecctl_parse.y
	src/sys/dev [netbsd-4]: verified_exec.c

Log Message:
Pull up following revision(s) (requested by elad in ticket #121):
	sbin/veriexecctl/veriexecctl_parse.y: revision 1.16
	sys/dev/verified_exec.c: revision 1.43
Fix two horrible bugs found during a routine audit session with Brett Lymn.
First one was incorrectly loading entries -- we were treating each file as
a mount, which resulted in huge mess. I have no excuse for how I didn't
catch this earlier.
Second, use the table name we create for the Veriexec sysctl node and not
the fixed "table0".
Both are fileassoc(9) integration fallout.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.2.1 src/sbin/veriexecctl/veriexecctl_parse.y
cvs rdiff -r1.41 -r1.41.2.1 src/sys/dev/verified_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.