[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/amd64/conf/MAC

Version: -  FREEBSD  -  FREEBSD7  -  FREEBSD71  -  FREEBSD70  -  FREEBSD6  -  FREEBSD64  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD5  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  OPENSOLARIS  -  minix-3-1-1  -  TRUSTEDBSD-SEBSD  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  excerpts  -  bigexcerpts 

  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


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.