summaryrefslogtreecommitdiffstats
path: root/etc/mac.conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-22 14:38:49 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-22 14:38:49 +0000
commitd8ee04e4a33b35b094aeb2c79f0b88f8f56ca96d (patch)
treed503220395ac02ae32260f9a1abb00aec9506068 /etc/mac.conf
parent9337dcd3d7f73b86c4ea569fc93b485f9eead305 (diff)
downloadFreeBSD-src-d8ee04e4a33b35b094aeb2c79f0b88f8f56ca96d.zip
FreeBSD-src-d8ee04e4a33b35b094aeb2c79f0b88f8f56ca96d.tar.gz
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
Diffstat (limited to 'etc/mac.conf')
-rw-r--r--etc/mac.conf17
1 files changed, 17 insertions, 0 deletions
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
+
OpenPOWER on IntegriCloud