PERFORCE change 41869 for review
Robert Watson
rwatson at FreeBSD.org
Mon Nov 10 05:10:01 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=41869
Change 41869 by rwatson at rwatson_paprika on 2003/11/09 21:09:32
Integ fix from MAC: interplabel is a vnode label, not a cred label.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/kern/kern_exec.c#9 integrate
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/kern/kern_exec.c#9 (text+ko) ====
@@ -339,7 +339,7 @@
/* free name buffer and old vnode */
NDFREE(ndp, NDF_ONLY_PNBUF);
#ifdef MAC
- interplabel = mac_cred_label_alloc();
+ interplabel = mac_vnode_label_alloc();
mac_copy_vnode_label(ndp->ni_vp->v_label, interplabel);
#endif
vput(ndp->ni_vp);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list