]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce support for Mandatory Access Control and extensible
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 31 Jul 2002 17:21:01 +0000 (17:21 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 31 Jul 2002 17:21:01 +0000 (17:21 +0000)
commit4ed84624a21fb4cb60278af0887ba564eafc5f91
tree394461eb577d9469605fc1adf13b54aeb3857898
parent36b0360b37a0f3947013d32e7eab649cccef9634
Introduce support for Mandatory Access Control and extensible
kernel access control.

When fragmenting an IP datagram, invoke an appropriate MAC entry
point so that MAC labels may be copied (...) to the individual
IP fragment mbufs by MAC policies.

When IP options are inserted into an IP datagram when leaving a
host, preserve the label if we need to reallocate the mbuf for
alignment or size reasons.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
sys/netinet/ip_output.c