PERFORCE change 15128 for review
Robert Watson
rwatson at freebsd.org
Mon Jul 29 16:28:08 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15128
Change 15128 by rwatson at rwatson_paprika on 2002/07/29 09:27:43
Further update from mac_create_vnode_from_vnode rename.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#20 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#20 (text+ko) ====
@@ -282,9 +282,9 @@
}
static void
-sebsd_create_vnode_from_vnode(struct ucred *cred, struct vnode *parent,
- struct label *parentlabel, struct vnode *child,
- struct label *childlabel)
+sebsd_create_vnode(struct ucred *cred, struct vnode *parent,
+ struct label *parentlabel, struct vnode *child,
+ struct label *childlabel)
{
struct vnode_security_struct *dir, *vsec;
struct task_security_struct *task;
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