Subject: veriexec (Re: CVS commit: src)
To: None <elad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 09/30/2006 20:44:54
> Module Name:	src
> Committed By:	elad
> Date:		Sat Sep 30 10:56:31 UTC 2006
> 
> Modified Files:
> 	src/sbin/veriexecctl: veriexecctl.8 veriexecctl_parse.y
> 	src/sys/uvm: uvm_mmap.c
> 
> Log Message:
> If Veriexec enforces access type, don't allow mmap() to use PROT_EXEC on
> files that don't have the "indirect" flag. Also change the "library" alias
> in veriexecctl(8) to mean "file, indirect".
> 
> okay blymn@
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.27 -r1.28 src/sbin/veriexecctl/veriexecctl.8
> cvs rdiff -r1.16 -r1.17 src/sbin/veriexecctl/veriexecctl_parse.y
> cvs rdiff -r1.98 -r1.99 src/sys/uvm/uvm_mmap.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

has this (adding more #ifdef for veriexec) been discussed and/or
reviewed publicly?

btw, what's the point to distinguish "indirect" from "direct"?

YAMAMOTO Takashi