PERFORCE change 113287 for review
Todd Miller
millert at FreeBSD.org
Sun Jan 21 22:41:14 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113287
Change 113287 by millert at 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) {
More information about the trustedbsd-cvs
mailing list