PERFORCE change 87620 for review

Todd Miller millert at FreeBSD.org
Thu Dec 1 22:11:18 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=87620

Change 87620 by millert at millert_ibook on 2005/12/01 22:11:11

	Remove latent MLS cruft.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/system_cmds/mach_init.tproj/bootstrap.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/system_cmds/mach_init.tproj/bootstrap.c#6 (text+ko) ====

@@ -251,10 +251,6 @@
 				close(fd);
 			}
 
-			mac_t mac;
-			if (!mac_from_text(&mac, "mls/low(low-high)"))
-				mac_set_proc(mac);
-			
 			/* pass our arguments on to init */
 			argv[0] = INIT_PATH;
 			execv(argv[0], argv);
@@ -849,10 +845,6 @@
 	sigemptyset(&mask);
 	(void) sigprocmask(SIG_SETMASK, &mask, (sigset_t *)NULL);
 
-	mac_t mac;
-	if (!mac_from_text(&mac, "mls/low(low-high)"))
-		mac_set_proc(mac);
-
 	execv(argv[0], argv);
 	unix_fatal("Disabled server %x bootstrap %x: \"%s\": exec()",
 			   serverp->port,
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