1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/security/mac
Robert Watson 56c1541237 While the MAC API has supported the ability to handle M_NOWAIT passed
to mbuf label initialization, that functionality was never merged to
the main tree.  Go ahead and merge that functionality now.  Note that
this requires policy modules to accept the case where the label
element may be destroyed even if init has not succeeded on it (in
the event that policy failed the init).  This will shortly also
apply to sockets.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-10-05 17:44:49 +00:00
..
mac_framework.c While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00
mac_framework.h Add a new MAC entry point, mac_thread_userret(td), which permits policy 2002-10-02 02:42:38 +00:00
mac_internal.h While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00
mac_net.c While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00
mac_pipe.c While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00
mac_policy.h Begin another merge from the TrustedBSD MAC branch: 2002-10-05 15:10:00 +00:00
mac_process.c While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00
mac_syscalls.c While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00
mac_system.c While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00
mac_vfs.c While the MAC API has supported the ability to handle M_NOWAIT passed 2002-10-05 17:44:49 +00:00