PERFORCE change 86952 for review

Robert Watson rwatson at FreeBSD.org
Sat Nov 19 12:29:58 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=86952

Change 86952 by rwatson at rwatson_peppercorn on 2005/11/19 12:29:41

	Annotate need to audit additional mmap() arguments.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/vm/vm_mmap.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/vm/vm_mmap.c#6 (text+ko) ====

@@ -212,6 +212,10 @@
 	off_t pos;
 	struct vmspace *vms = td->td_proc->p_vmspace;
 
+	/*
+	 * XXXAUDIT: Need to audit addr, len, and vnode information.
+	 */
+
 	addr = (vm_offset_t) uap->addr;
 	size = uap->len;
 	prot = uap->prot & VM_PROT_ALL;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list