Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 12:27:22 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71657 for review
Message-ID:  <200502231227.j1NCRMKg045629@repoman.freebsd.org>

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

Change 71657 by rwatson@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);



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