Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac_mls/mac_mls.c 161649 2006-08-26 20:13:35Z csjp $
---
> * $FreeBSD: head/sys/security/mac_mls/mac_mls.c 162238 2006-09-12 04:25:13Z csjp $
1307a1308,1318
> static void
> mac_mls_create_mbuf_from_firewall(struct mbuf *m, struct label *mbuflabel)
> {
> struct mac_mls *dest;
>
> dest = SLOT(mbuflabel);
>
> /* XXX: where is the label for the firewall really comming from? */
> mac_mls_set_effective(dest, MAC_MLS_TYPE_EQUAL, 0, NULL);
> }
>
2974a2986
> .mpo_create_mbuf_from_firewall = mac_mls_create_mbuf_from_firewall,