From owner-cvs-src-old@FreeBSD.ORG Tue Oct 28 12:49:18 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DC411065675 for ; Tue, 28 Oct 2008 12:49:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF628FC0A for ; Tue, 28 Oct 2008 12:49:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9SCnIBw014487 for ; Tue, 28 Oct 2008 12:49:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9SCnI7i014486 for cvs-src-old@freebsd.org; Tue, 28 Oct 2008 12:49:18 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200810281249.m9SCnI7i014486@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 28 Oct 2008 12:49:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_framework.h mac_process.c mac_syscalls.c src/sys/security/mac_lomac mac_lomac.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 12:49:18 -0000 rwatson 2008-10-28 12:49:07 UTC FreeBSD src repository Modified files: sys/security/mac mac_framework.h mac_process.c mac_syscalls.c sys/security/mac_lomac mac_lomac.c Log: SVN rev 184412 on 2008-10-28 12:49:07Z by rwatson Rename mac_cred_mmapped_drop_perms(), which revokes access to virtual memory mappings when the MAC label on a process changes, to mac_proc_vm_revoke(), It now also acquires its own credential reference directly from the affected process rather than accepting one passed by the the caller, simplifying the API and consumer code. Obtained from: TrustedBSD Project Revision Changes Path 1.105 +1 -2 src/sys/security/mac/mac_framework.h 1.125 +12 -5 src/sys/security/mac/mac_process.c 1.138 +1 -9 src/sys/security/mac/mac_syscalls.c 1.71 +4 -4 src/sys/security/mac_lomac/mac_lomac.c