Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac_lomac/mac_lomac.c 151897 2005-10-31 15:41:29Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_lomac/mac_lomac.c 162238 2006-09-12 04:25:13Z csjp $
1448a1449,1459
> static void
> mac_lomac_create_mbuf_from_firewall(struct mbuf *m, struct label *label)
> {
> struct mac_lomac *dest;
>
> dest = SLOT(label);
>
> /* XXX: where is the label for the firewall really comming from? */
> mac_lomac_set_single(dest, MAC_LOMAC_TYPE_EQUAL, 0);
> }
>
2687a2699
> .mpo_create_mbuf_from_firewall = mac_lomac_create_mbuf_from_firewall,