Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 09/30/2006 10:56:31
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.