PERFORCE change 15127 for review

Robert Watson rwatson at freebsd.org
Mon Jul 29 16:27:06 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15127

Change 15127 by rwatson at rwatson_paprika on 2002/07/29 09:26:41

	In mac_create_vnode_from_vnode update, missed sebsd.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#19 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#19 (text+ko) ====

@@ -499,8 +499,8 @@
 	    (macop_t)sebsd_init_vnode },
 	{ MAC_DESTROY_VNODE,
 	    (macop_t)sebsd_destroy_vnode },
-	{ MAC_CREATE_VNODE_FROM_VNODE,
-	    (macop_t)sebsd_create_vnode_from_vnode },
+	{ MAC_CREATE_VNODE,
+	    (macop_t)sebsd_create_vnode },
 	{ MAC_UPDATE_VNODE_FROM_EXTATTR,
 	    (macop_t)sebsd_update_vnode_from_extattr },
 	{ MAC_RELABEL_VNODE,
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