PERFORCE change 113357 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 16:14:14 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113357

Change 113357 by millert at millert_macbook on 2007/01/22 16:13:27

	Add missing arg to sebsd_log().

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#73 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#73 (text+ko) ====

@@ -1026,7 +1026,8 @@
 	 */
 	if (security_transition_sid(tsec->sid, msqsec->sid,
 	    SECCLASS_MSG, &msgsec->sid) < 0) {
-		sebsd_log("%s: security_transition_sid failed, using task sid");
+		sebsd_log("%s: security_transition_sid failed, using task sid",
+		    __func__);
 		msgsec->sid = tsec->sid;
 	}
 }


More information about the trustedbsd-cvs mailing list