Date: Sat, 19 Nov 2005 12:29:58 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 86952 for review Message-ID: <200511191229.jAJCTwsT097710@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=86952 Change 86952 by rwatson@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;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511191229.jAJCTwsT097710>
