From owner-cvs-src@FreeBSD.ORG Thu Jul 31 11:35:44 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 C57AF37B401; Thu, 31 Jul 2003 11:35:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3A243F3F; Thu, 31 Jul 2003 11:35:44 -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 h6VIZi0U090933; Thu, 31 Jul 2003 11:35:44 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6VIZh30090932; Thu, 31 Jul 2003 11:35:43 -0700 (PDT) Message-Id: <200307311835.h6VIZh30090932@repoman.freebsd.org> From: Robert Watson Date: Thu, 31 Jul 2003 11:35:43 -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_biba mac_biba.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: Thu, 31 Jul 2003 18:35:45 -0000 rwatson 2003/07/31 11:35:43 PDT FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c Log: Remove a suser() check in the mac_biba policy: the MAC Framework itself already checks suser on a network interface relabel, so don't dup it here. Rely solely on the Biba definition of privilege, which is already tested. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Submitted by: Andrew Reisse Revision Changes Path 1.63 +0 -19 src/sys/security/mac_biba/mac_biba.c