PERFORCE change 18101 for review

Adam Migus amigus at freebsd.org
Wed Sep 25 01:28:10 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18101

Change 18101 by amigus at amigus_ganymede on 2002/09/24 18:27:26

	Need to label so's files on boot.

Affected files ...

.. //depot/projects/trustedbsd/misc/scripts/mac_boot.pl#3 edit

Differences ...

==== //depot/projects/trustedbsd/misc/scripts/mac_boot.pl#3 (text+ko) ====

@@ -66,6 +66,11 @@
 system ("passwd $CF_OPS{'so_username'}")
 unless (-f $STATE_FILE);
 
+print "Labeling Security Officers files...\n" and
+system ("/usr/local/sbin/mac_user_label.pl --directory /home/so".
+    "--file-label mls/high --run-label mls/equal")
+unless (-f $STATE_FILE);
+
 unless (-f $STATE_FILE) {
 	print "Initializing filesystems for MAC/MLS...\n";
 	
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list