From owner-cvs-src@FreeBSD.ORG Wed Oct 22 12:15:35 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 269EB16A4B3; Wed, 22 Oct 2003 12:15:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF0BF43F85; Wed, 22 Oct 2003 12:15:34 -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 h9MJFYXJ013139; Wed, 22 Oct 2003 12:15:34 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9MJFYKj013138; Wed, 22 Oct 2003 12:15:34 -0700 (PDT) (envelope-from rwatson) Message-Id: <200310221915.h9MJFYKj013138@repoman.freebsd.org> From: Robert Watson Date: Wed, 22 Oct 2003 12:15:34 -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_net.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: Wed, 22 Oct 2003 19:15:35 -0000 rwatson 2003/10/22 12:15:34 PDT FreeBSD src repository Modified files: sys/security/mac mac_net.c Log: Remove non-network related contents from mac_net.c. Leave: Network and socket enforcement toggles. Counters for network objects (mbufs, ifnets, bpfdecs, sockets, and ipqs). Label management routines for network objects. Life cycle events for network objects. Label internalization/externalization/relabel for ifnets, sockets, including ioctl implementations for sockets, ifnets. Access control checks relating to network obejcts. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.101 +254 -3278 src/sys/security/mac/mac_net.c