From owner-cvs-src@FreeBSD.ORG Sat Oct 25 08:28:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9164016A4B3; Sat, 25 Oct 2003 08:28:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB2E43FCB; Sat, 25 Oct 2003 08:28:21 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9PFSKXJ010500; Sat, 25 Oct 2003 08:28:20 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9PFSK37010499; Sat, 25 Oct 2003 08:28:20 -0700 (PDT) (envelope-from rwatson) Message-Id: <200310251528.h9PFSK37010499@repoman.freebsd.org> From: Robert Watson Date: Sat, 25 Oct 2003 08:28:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_internal.h mac_net.c mac_pipe.c mac_process.c mac_vfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 15:28:21 -0000 rwatson 2003/10/25 08:28:20 PDT FreeBSD src repository Modified files: sys/security/mac mac_internal.h mac_net.c mac_pipe.c mac_process.c mac_vfs.c Log: Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object type, rather than "object_label" as the first argument. This reduces complexity a little for the consumer, and also makes it easier for use to rename the underlying entry points in struct mac_policy_obj. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.103 +4 -4 src/sys/security/mac/mac_internal.h 1.102 +5 -5 src/sys/security/mac/mac_net.c 1.102 +2 -2 src/sys/security/mac/mac_pipe.c 1.102 +2 -2 src/sys/security/mac/mac_process.c 1.102 +2 -2 src/sys/security/mac/mac_vfs.c