Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 09/05/2006 13:02:16
Module Name:	src
Committed By:	elad
Date:		Tue Sep  5 13:02:16 UTC 2006

Modified Files:
	src/sbin/veriexecctl: veriexecctl_parse.y
	src/sys/dev: verified_exec.c

Log Message:
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.16 src/sbin/veriexecctl/veriexecctl_parse.y
cvs rdiff -r1.42 -r1.43 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.