Date: Sat, 15 Nov 2003 03:34:59 -0000 From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e mac.c Message-ID: <200311150334.hAF3YwZ1004309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311150334.hAF3YwZ1004309>
