Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 16:35:37 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113371 for review
Message-ID:  <200701221635.l0MGZbt0033748@repoman.freebsd.org>

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

Change 113371 by millert@millert_macbook on 2007/01/22 16:35:19

	Remove extra space in audit log info.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#21 edit

Differences ...

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

@@ -614,7 +614,7 @@
 		return;		/* audit_panic has been called */
 	audit_log_format(ab, "avc:  %s ", denied ? "denied" : "granted");
 	avc_dump_av(ab, tclass,audited);
-	audit_log_format(ab, " for ");
+	audit_log_format(ab, " for");
 	if (a && a->tsk)
 		tsk = a->tsk;
 	else



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