freebsd-dev/sys/security/mac
Robert Watson f6d4af7c72 Define 'struct label' in _label.h rather than mac.h, which will permit
us to reduce namespace pollution by doing a nested include of _label.h
rather than mac.h.  mac.h contains lots of baggage, whereas _label.h
contains much less.  A follow-up sweep to change nested inclusion will
follow.  The problem regarding exporting 'struct label' to userland
due to excessive exporting of kernel structures to userland still
needs to be resolved.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
Suggested by:	bde
2002-08-13 15:54:28 +00:00
..
mac_framework.c Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_framework.h Define 'struct label' in _label.h rather than mac.h, which will permit 2002-08-13 15:54:28 +00:00
mac_internal.h Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_net.c Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_pipe.c Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_policy.h Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_process.c Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_syscalls.c Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_system.c Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00
mac_vfs.c Declare a module service "kernel_mac_support" when MAC support is 2002-08-12 02:00:21 +00:00