From owner-cvs-all@FreeBSD.ORG Wed Nov 5 19:42:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 768B316A4CE; Wed, 5 Nov 2003 19:42:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A3E43FAF; Wed, 5 Nov 2003 19:42:44 -0800 (PST) (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 hA63ghXJ080303; Wed, 5 Nov 2003 19:42:43 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA63ghR9080302; Wed, 5 Nov 2003 19:42:43 -0800 (PST) (envelope-from rwatson) Message-Id: <200311060342.hA63ghR9080302@repoman.freebsd.org> From: Robert Watson Date: Wed, 5 Nov 2003 19:42:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mac.c src/sys/security/mac mac_internal.h mac_net.c mac_pipe.c mac_process.c mac_vfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 03:42:44 -0000 rwatson 2003/11/05 19:42:43 PST FreeBSD src repository Modified files: sys/kern kern_mac.c sys/security/mac mac_internal.h mac_net.c mac_pipe.c mac_process.c mac_vfs.c Log: Remove the flags argument from mac_externalize_*_label(), as it's not passed into policies or used internally to the MAC Framework. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.103 +6 -6 src/sys/kern/kern_mac.c 1.104 +3 -3 src/sys/security/mac/mac_internal.h 1.103 +6 -6 src/sys/security/mac/mac_net.c 1.103 +1 -1 src/sys/security/mac/mac_pipe.c 1.103 +1 -1 src/sys/security/mac/mac_process.c 1.103 +1 -1 src/sys/security/mac/mac_vfs.c