From b573fedaf31feed9aef57c21c442746676eec527 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 8 Nov 2003 17:51:50 +0000 Subject: [PATCH] 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 --- etc/mac.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/mac.conf b/etc/mac.conf index fd85df0fa55..b2f380fbdac 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