mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
no longer plan on shipping a TE MAC module independent from SEBSD. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
17 lines
446 B
Text
17 lines
446 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
# TrustedBSD MAC userland policy configuration file. Kernel modules
|
|
# export label information, and mac.conf indicates to userland
|
|
# applications what defaults they should use in the absense of any
|
|
# other user-provided information.
|
|
#
|
|
|
|
#
|
|
# Default label set to be used by simple MAC applications
|
|
#
|
|
|
|
default_file_labels ?biba,?mls,?sebsd
|
|
default_ifnet_labels ?biba,?mls,?sebsd
|
|
default_process_labels ?biba,?mls,?partition,?sebsd
|
|
|