aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-08 17:51:50 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-08 17:51:50 +0000
commitb573fedaf31feed9aef57c21c442746676eec527 (patch)
tree41fa678e2a81ec36797edf7d81e82fbdca3667ee
parent4191aa3f979b5b4f6b331ab4ca9bb01407c23eb2 (diff)
downloadsrc-b573fedaf31feed9aef57c21c442746676eec527.tar.gz
src-b573fedaf31feed9aef57c21c442746676eec527.zip
If available, also print the lomac label by default for processes, files,
and interfaces. This avoids the need to manually add these when setting up LOMAC. Pointed out by: tjr
Notes
Notes: svn path=/head/; revision=122317
-rw-r--r--etc/mac.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/mac.conf b/etc/mac.conf
index fd85df0fa559..b2f380fbdaca 100644
--- a/etc/mac.conf
+++ b/etc/mac.conf
@@ -11,7 +11,7 @@
# 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
+default_file_labels ?biba,?lomac,?mls,?sebsd
+default_ifnet_labels ?biba,?lomac,?mls,?sebsd
+default_process_labels ?biba,?lomac,?mls,?partition,?sebsd