The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


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

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

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # MAC -- Generic kernel configuration file for FreeBSD/i386 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

Cache object: 9188c28d0f4412a811336d3a9adc57b9


[ 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.