From d8ee04e4a33b35b094aeb2c79f0b88f8f56ca96d Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 22 Oct 2002 14:38:49 +0000 Subject: Hook up a sample mac.conf to the install. The sample basically tells applications to print labels for all of the TrustedBSD- generated policies, if they are present. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories --- etc/mac.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 etc/mac.conf (limited to 'etc/mac.conf') diff --git a/etc/mac.conf b/etc/mac.conf new file mode 100644 index 0000000..57daab3 --- /dev/null +++ b/etc/mac.conf @@ -0,0 +1,17 @@ +# +# $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,?te +default_ifnet_labels ?biba,?mls,?sebsd,?te +default_process_labels ?biba,?mls,?partition,?sebsd,?te + -- cgit v1.1