Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 13:24:19 -0700 (PDT)
From:      Adam Migus <amigus@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 18075 for review
Message-ID:  <200209242024.g8OKOJkC034402@freefall.freebsd.org>

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

Change 18075 by amigus@amigus_ganymede on 2002/09/24 13:23:41

	tty's don't have ranges.

Affected files ...

.. //depot/projects/trustedbsd/misc/kmlsinstall/kmlsinstaller.cc#6 edit

Differences ...

==== //depot/projects/trustedbsd/misc/kmlsinstall/kmlsinstaller.cc#6 (text+ko) ====

@@ -300,7 +300,7 @@
 	p = strcat(p, "--login-config-file /etc/login.conf ");
 	p = strcat(p, "--user default ");
 	p = strcat(p, "--label \"mls/low(low-low)\" ");
-	p = strcat(p, "--tty-label \"mls/low(low-low)\" ");
+	p = strcat(p, "--tty-label \"mls/low\" ");
 	p = strcat(p, "--do-backup");
 	error = system(sysbuf);
 	if (error)
@@ -311,7 +311,7 @@
 	p = strcat(p, "--login-config-file /etc/login.conf ");
 	p = strcat(p, "--user root ");
 	p = strcat(p, "--label \"mls/low(low-high)\" ");
-	p = strcat(p, "--tty-label \"mls/low(low-high)\"");
+	p = strcat(p, "--tty-label \"mls/low\"");
 	error = system(sysbuf);
 	if (error)
 		fprintf(stderr, "\'%s\' returned %d\n", sysbuf, error);
@@ -321,7 +321,7 @@
 	p = strcat(p, "--login-config-file /etc/login.conf ");
 	p = strcat(p, "--user so ");
 	p = strcat(p, "--label \"mls/high(low-high)\" ");
-	p = strcat(p, "--tty-label \"mls/high(low-high)\"");
+	p = strcat(p, "--tty-label \"mls/high\"");
 	error = system(sysbuf);
 	if (error)
 		fprintf(stderr, "\'%s\' returned %d\n", sysbuf, error);

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?200209242024.g8OKOJkC034402>