From owner-p4-projects Wed May 1 17:40:48 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 468E637B416; Wed, 1 May 2002 17:40:45 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C9FB37B417 for ; Wed, 1 May 2002 17:40:44 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g420eix34446 for perforce@freebsd.org; Wed, 1 May 2002 17:40:44 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 1 May 2002 17:40:44 -0700 (PDT) Message-Id: <200205020040.g420eix34446@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 10618 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10618 Change 10618 by rwatson@rwatson_curry on 2002/05/01 17:39:43 mac_ifoff: a small policy module that prevents premature or inappropriate access to network interfaces. Load this in the pre-kernel loader mechanism to prevent access to the network interface before it's administratively enabled. Otherwise, network protocol stacks have a nasty habit of sending out or receiving packets on networks where you'd rather they didn't. This module makes it easier to bring up a machine "silently" on a network without pulling out the cable or network card. Affected files ... ... //depot/projects/trustedbsd/mac/sys/modules/mac_ifoff/Makefile#1 add ... //depot/projects/trustedbsd/mac/sys/security/mac_ifoff/mac_ifoff.c#1 add Differences ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message