Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 18:49:12 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109956 for review
Message-ID:  <200611141849.kAEInCT0011115@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109956

Change 109956 by millert@millert_g5tower on 2006/11/14 18:48:37

	Validate MLS label on externalize.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/mls/mac_mls.c#20 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/mls/mac_mls.c#20 (text+ko) ====

@@ -785,6 +785,9 @@
 
 	mac_mls = SLOT(label);
 
+	if (mac_mls_valid(mac_mls))
+		return (ENOENT);
+
 	return (mac_mls_to_string(sb, mac_mls));
 }
 



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