2002-10-22 14:38:49 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# TrustedBSD MAC userland policy configuration file. Kernel modules
|
|
|
|
# export label information, and mac.conf indicates to userland
|
2012-01-07 16:10:32 +00:00
|
|
|
# applications what defaults they should use in the absence of any
|
2002-10-22 14:38:49 +00:00
|
|
|
# other user-provided information.
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Default label set to be used by simple MAC applications
|
|
|
|
#
|
|
|
|
|
2003-11-11 03:30:29 +00:00
|
|
|
default_labels file ?biba,?lomac,?mls,?sebsd
|
|
|
|
default_labels ifnet ?biba,?lomac,?mls,?sebsd
|
|
|
|
default_labels process ?biba,?lomac,?mls,?partition,?sebsd
|
2003-11-15 02:08:01 +00:00
|
|
|
default_labels socket ?biba,?lomac,?mls
|
2002-10-22 14:38:49 +00:00
|
|
|
|