PERFORCE change 41868 for review
Robert Watson
rwatson at FreeBSD.org
Mon Nov 10 05:07:57 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=41868
Change 41868 by rwatson at rwatson_paprika on 2003/11/09 21:07:13
Interplabel is a vnode label, not a cred label.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_exec.c#67 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_exec.c#67 (text+ko) ====
@@ -338,7 +338,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