freebsd-dev/sys/security/mac
Robert Watson eb8c7f9992 Introduce two new MAC Framework and MAC policy entry points:
mac_reflect_mbuf_icmp()
  mac_reflect_mbuf_tcp()

These entry points permit MAC policies to do "update in place"
changes to the labels on ICMP and TCP mbuf headers when an ICMP or
TCP response is generated to a packet outside of the context of
an existing socket.  For example, in respond to a ping or a RST
packet to a SYN on a closed port.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-08-21 18:21:22 +00:00
..
mac_framework.c Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_framework.h Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_internal.h Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_net.c Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_pipe.c Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_policy.h Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_process.c Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_syscalls.c Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_system.c Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_vfs.c Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00