Searched hist:"6 e07ce26f9f26e41adc5e8ad4570d3e109894b08" (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/posix1e/ |
H A D | mac.c | diff 6e07ce26f9f26e41adc5e8ad4570d3e109894b08 Sat Nov 15 04:34:58 CET 2003 Robert Watson <rwatson@FreeBSD.org> /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 diff 6e07ce26f9f26e41adc5e8ad4570d3e109894b08 Sat Nov 15 04:34:58 CET 2003 Robert Watson <rwatson@FreeBSD.org> /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
|