Date: Tue, 11 Sep 2007 09:39:38 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 126307 for review Message-ID: <200709110939.l8B9dcn2077728@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126307 Change 126307 by rwatson@rwatson_zoo on 2007/09/11 09:39:24 Fix typos. Affected files ... .. //depot/projects/trustedbsd/mac2/sys/security/mac_biba/mac_biba.c#6 edit Differences ... ==== //depot/projects/trustedbsd/mac2/sys/security/mac_biba/mac_biba.c#6 (text+ko) ==== @@ -934,7 +934,7 @@ static int mac_biba_vnode_create_extattr(struct ucred *cred, struct mount *mp, struct label *mplabel, struct vnode *dvp, struct label *dvplabel, - struct vnode *vp, struct label *vvplabel, struct componentname *cnp) + struct vnode *vp, struct label *vplabel, struct componentname *cnp) { struct mac_biba *source, *dest, temp; size_t buflen; @@ -1334,7 +1334,7 @@ } static int -mac_biba_ipq_match(struct mbuf *m, struct label *mabel, +mac_biba_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *ipq, struct label *ipqlabel) { struct mac_biba *a, *b; @@ -3243,7 +3243,7 @@ static struct mac_policy_ops mac_biba_ops = { - .mpo_policy_init = mac_biba_policy_init, + .mpo_init = mac_biba_policy_init, .mpo_bpfdesc_init_label = mac_biba_init_label, .mpo_cred_init_label = mac_biba_init_label, .mpo_devfs_init_label = mac_biba_init_label,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709110939.l8B9dcn2077728>