From owner-cvs-all Sat Oct 26 23:55: 6 2002 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 F36CF37B401; Sat, 26 Oct 2002 23:55:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F6943E75; Sat, 26 Oct 2002 23:55:04 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9R6s6mV075629; Sat, 26 Oct 2002 23:54:06 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9R6s65V075628; Sat, 26 Oct 2002 23:54:06 -0700 (PDT) Message-Id: <200210270654.g9R6s65V075628@repoman.freebsd.org> From: Robert Watson Date: Sat, 26 Oct 2002 23:54:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mac.h mac_policy.h src/sys/kern kern_mac.c src/sys/vm vm_swap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/10/26 23:54:06 PDT Modified files: sys/sys mac.h mac_policy.h sys/kern kern_mac.c sys/vm vm_swap.c Log: Merge from MAC tree: rename mac_check_vnode_swapon() to mac_check_system_swapon(), to reflect the fact that the primary object of this change is the running kernel as a whole, rather than just the vnode. We'll drop additional checks of this class into the same check namespace, including reboot(), sysctl(), et al. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.50 +18 -18 src/sys/kern/kern_mac.c 1.20 +1 -1 src/sys/sys/mac.h 1.20 +3 -3 src/sys/sys/mac_policy.h 1.124 +1 -1 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message