Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 21:54:30 -0700 (PDT)
From:      Adam Migus <amigus@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 18116 for review
Message-ID:  <200209250454.g8P4sUKG074170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18116

Change 18116 by amigus@amigus_ganymede on 2002/09/24 21:53:59

	Don't need that anymore.

Affected files ...

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

Differences ...

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

@@ -136,11 +136,6 @@
 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);
-
 open(FH,">$STATE_FILE") || die "$program: cannot create $STATE_FILE: $!";
 close (FH);
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209250454.g8P4sUKG074170>