FreeBSD/Linux Kernel Cross Reference
sys/amd64/conf/MAC
1 # MAC -- Generic kernel configuration file for FreeBSD/amd64 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: src/sys/amd64/conf/MAC,v 1.1 2005/09/18 03:15:35 csjp Exp $
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
Cache object: e50e6b8b912d516fdaf2b63980156c28
|