PERFORCE change 19794 for review
Robert Watson
rwatson at freebsd.org
Mon Oct 21 16:34:21 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19794
Change 19794 by rwatson at rwatson_paprika on 2002/10/21 09:33:23
Trailing whitespace cleanup.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#119 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#119 (text+ko) ====
@@ -659,7 +659,7 @@
p0 = string;
d = strtol(p0, &p1, 10);
-
+
if (d < 0 || d > 65535)
return (EINVAL);
element->mme_type = MAC_MLS_TYPE_LEVEL;
@@ -1733,7 +1733,7 @@
*/
if (!mac_mls_single_in_range(new, subj))
return (EPERM);
-
+
/*
* To change the MLS label on the socket to contain EQUAL,
* the subject must have appropriate privilege.
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