From owner-cvs-src-old@FreeBSD.ORG Tue Dec 29 17:32:14 2009 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 A08801065709 for ; Tue, 29 Dec 2009 17:32:14 +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 8CBD98FC13 for ; Tue, 29 Dec 2009 17:32:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBTHWEKC019091 for ; Tue, 29 Dec 2009 17:32:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBTHWEH9019090 for cvs-src-old@freebsd.org; Tue, 29 Dec 2009 17:32:14 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200912291732.nBTHWEH9019090@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 29 Dec 2009 17:31:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/security/mac mac_framework.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, 29 Dec 2009 17:32:14 -0000 rwatson 2009-12-29 17:31:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac mac_framework.c Log: SVN rev 201206 on 2009-12-29 17:31:52Z by rwatson Merge r187666 from head to stable/7: Begin to add SDT tracing of the MAC Framework: add policy modevent, register, and unregister hooks that give access to the mac_policy_conf for the policy. Obtained from: TrustedBSD Project Requested by: bz Revision Changes Path 1.136.2.1 +24 -1 src/sys/security/mac/mac_framework.c