Date: Tue, 28 Oct 2008 12:49:07 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/security/mac mac_framework.h mac_process.c mac_syscalls.c src/sys/security/mac_lomac mac_lomac.c Message-ID: <200810281249.m9SCnI7i014486@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810281249.m9SCnI7i014486>