cvs commit: src/sys/kern kern_mac.c
Robert Watson
rwatson at FreeBSD.org
Wed Oct 22 13:47:42 PDT 2003
rwatson 2003/10/22 13:47:41 PDT
FreeBSD src repository
Modified files:
sys/kern kern_mac.c
Log:
Variable cleanup following break-out of kern_mac.c into sys/security/mac:
Unstaticize mac_late.
Remove ea_warn_once, now in mac_vfs.c.
Unstaticisize mac_policy_list, mac_static_policy_list, use
struct mac_policy_list_head instead of LIST_HEAD() directly.
Unstaticize and un-inline MAC policy locking functions so they can
be referenced from mac_*.c.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.101 +10 -16 src/sys/kern/kern_mac.c
More information about the cvs-src
mailing list