]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/pc98/conf/MAC
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / pc98 / conf / MAC
1 # MAC -- Generic kernel configuration file for FreeBSD/pc98 MAC
2 #
3 # The Mandatory Access Control, or MAC, framework allows administrators to
4 # finely control system security by providing for a loadable security pol-
5 # icy architecture.
6 #
7 # For more information see:
8 #
9 # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mac.html 
10 #
11 # $FreeBSD$
12
13 include         GENERIC
14 ident           MAC
15
16 options         MAC
17
18 #options        MAC_BIBA                # BIBA data integrity policy
19 #options        MAC_BSDEXTENDED         # File system firewall policy
20 #options        MAC_IFOFF               # Network interface silencing policy
21 #options        MAC_LOMAC               # Low-watermark data integrity policy
22 #options        MAC_MLS                 # Multi-level confidentiality policy
23 #options        MAC_NONE                # NULL policy
24 #options        MAC_PARTITION           # Process partition policy
25 #options        MAC_PORTACL             # Network port access control policy
26 #options        MAC_SEEOTHERUIDS        # UID visibility policy
27 #options        MAC_STUB                # Stub policy
28 #options        MAC_TEST                # Testing policy for the MAC framework