cvs commit: src/lib/libc/posix1e mac.c
Robert Watson
rwatson at FreeBSD.org
Fri Nov 14 19:34:59 PST 2003
rwatson 2003/11/14 19:34:58 PST
FreeBSD src repository
Modified files:
lib/libc/posix1e mac.c
Log:
/etc/mac.conf is implicitly read and parsed when the MAC configuration
is accessed for the first time as a result of an application looking
up label configuration information. Previously, the check and read
were kicked off by mac_prepare_(typename)() functions; since
mac_prepare_type() may now be directly employed by a user process,
push the check and initialization into that function.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.9 +6 -20 src/lib/libc/posix1e/mac.c
More information about the cvs-src
mailing list