Date: Fri, 19 Jul 2002 15:14:23 -0700 (PDT) From: Adam Migus <amigus@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 14482 for review Message-ID: <200207192214.g6JMEN0o056402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14482 Change 14482 by amigus@amigus_ganymede on 2002/07/19 15:13:41 Oops, forgot these... Affected files ... .. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#70 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#70 (text+ko) ==== @@ -119,6 +119,8 @@ void (*mpo_create_root_mount)(struct ucred *cred, struct mount *mp, struct label *mountlabel, struct label *fslabel); + int (*mpo_create_extattr_from_vnode)(struct vnode *vp, + struct label *vnodelabel); void (*mpo_relabel_vnode)(struct ucred *cred, struct vnode *vp, struct label *vnodelabel, struct label *label); void (*mpo_update_devfsdirent_from_vnode)( @@ -344,6 +346,7 @@ MAC_CREATE_VNODE_FROM_VNODE, MAC_CREATE_MOUNT, MAC_CREATE_ROOT_MOUNT, + MAC_CREATE_EXTATTR_FROM_VNODE, MAC_RELABEL_VNODE, MAC_UPDATE_DEVFSDIRENT_FROM_VNODE, MAC_UPDATE_PROCFSVNODE_FROM_SUBJECT, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207192214.g6JMEN0o056402>