head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.05.11.22.25.18;	author jhb;	state dead;
branches;
next	1.1;

1.1
date	2005.09.18.03.15.35;	author csjp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@First pass at removing Alpha kernel support.
@
text
@# MAC -- Generic kernel configuration file for FreeBSD/alpha MAC
#
# The Mandatory Access Control, or MAC, framework allows administrators to
# finely control system security by providing for a loadable security pol-
# icy architecture.
#
# For more information see:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mac.html 
#
# $FreeBSD: src/sys/alpha/conf/MAC,v 1.1 2005/09/18 03:15:35 csjp Exp $

include 	GENERIC
ident 		MAC

options 	MAC

#options 	MAC_BIBA		# BIBA data integrity policy
#options 	MAC_BSDEXTENDED		# File system firewall policy
#options 	MAC_IFOFF		# Network interface silencing policy
#options 	MAC_LOMAC		# Low-watermark data integrity policy
#options 	MAC_MLS			# Multi-level confidentiality policy
#options 	MAC_NONE		# NULL policy
#options 	MAC_PARTITION		# Process partition policy
#options 	MAC_PORTACL		# Network port access control policy
#options 	MAC_SEEOTHERUIDS	# UID visibility policy
#options 	MAC_STUB		# Stub policy
#options 	MAC_TEST		# Testing policy for the MAC framework
@


1.1
log
@Introduce a kernel config for the Mandatory Access Control framework.
This kernel config briefly describes some of the major MAC policies
available on FreeBSD. The hope is that this will raise the awareness
about MAC and get more people interested.

Discussed with:	scottl
@
text
@d11 1
a11 1
# $FreeBSD$
@

