cvs commit: src/sys/kern kern_mac.c
Robert Watson
rwatson at FreeBSD.org
Wed Oct 22 13:59:32 PDT 2003
rwatson 2003/10/22 13:59:31 PDT
FreeBSD src repository
Modified files:
sys/kern kern_mac.c
Log:
mac_Finish break-out of kern_mac.c into parts:
Include src/sys/security/mac/mac_internal.h in kern_mac.c.
Remove redundant defines from the include: SYSCTL_DECL(), debug macros,
composition macros.
Unstaticize various bits now exposed to the remainder of the kernel:
mac_init_label(), mac_destroy_label().
Remove all the functions now implemented in mac_process/mac_vfs/mac_net/
mac_pipe. Also remove debug counters, sysctls exporting debug
counters, enforcement flags, sysctls exporting enforcement flags.
Leave module declaration, sysctl nodes, mactemp malloc type, system
calls.
This should conclude MAC/LINT/NOTES breakage from the break-out process,
but I'm running builds now to make sure I caught everything.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.102 +5 -2756 src/sys/kern/kern_mac.c
More information about the cvs-src
mailing list