Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src
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.
Home |
Main Index |
Thread Index |
Old Index