rwatson 2006-12-28 21:57:59 UTC
FreeBSD src repository
Modified files:
sys/security/mac mac_net.c
Log:
Remove an inaccurate comment I added regarding storage for mbuf tag
labels: they are in fact stored in the tag directly.
Obtained from: TrustedBSD Project
Revis
rwatson 2006-12-20 23:14:33 UTC
FreeBSD src repository
Modified files:
sys/security/mac mac_net.c
Log:
Document that we could allocate the mbuf label as part of the tag rather
than from the slab, but don't.
Document mac_mbuf_to_label(), mac_copy_mbuf_tag().
Clean
rwatson 2006-12-20 20:40:29 UTC
FreeBSD src repository
Modified files:
sys/security/mac mac_net.c
Log:
Externalize local stack copy of the ifnet label, rather than the copy on
the ifnet itself. The stack copy has been made while holding the mutex
protecting ifnet labels,