Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 02/03/2007 01:11:50
Module Name:	src
Committed By:	elad
Date:		Sat Feb  3 01:11:50 UTC 2007

Modified Files:
	src/sys/uvm: uvm_mmap.c

Log Message:
If Veriexec prevents indirect execution of the binary, in addition to just
blocking the mmap() if exec bit is requested, also strip exec bit from
maxprot for further mprotect() calls.

Okay joerg@.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 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.