Date: Sun, 21 Jan 2007 22:36:36 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 113287 for review Message-ID: <200701212236.l0LMaabu064240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113287 Change 113287 by millert@millert_macbook on 2007/01/21 22:35:57 Add missing space in avc log message. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#17 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#17 (text+ko) ==== @@ -651,7 +651,7 @@ vp->v_mount->mnt_vfsstat.f_mntonname); #else if (vp != NULL) { - audit_log_format(ab, "mountpoint=%s,", + audit_log_format(ab, " mountpoint=%s,", vp->v_mount->mnt_vfsstat.f_mntonname); #endif if (path == NULL) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701212236.l0LMaabu064240>