PERFORCE change 71657 for review
Robert Watson
rwatson at FreeBSD.org
Wed Feb 23 12:27:22 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=71657
Change 71657 by rwatson at rwatson_paprika on 2005/02/23 12:27:00
Minor style tweaks.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#86 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#86 (text+ko) ====
@@ -308,9 +308,10 @@
cred->cr_rgid, acc_mode, object_uid, object_gid);
return (EACCES); /* Matching rule denies access */
}
+
/*
- * If the rule matched, permits access, and first match is
- * enabled, return success.
+ * If the rule matched, permits access, and first match is enabled,
+ * return success.
*/
if (mac_bsdextended_firstmatch_enabled)
return (EJUSTRETURN);
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