Searched hist:"87 fce2bb963f92a6bcea1846cd3d5f0a07cde904" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_prot.c | diff 87fce2bb963f92a6bcea1846cd3d5f0a07cde904 Wed Sep 26 22:41:48 CEST 2001 Robert Watson <rwatson@FreeBSD.org> o When performing a securelevel check as part of securelevel_ge() or securelevel_gt(), determine first if a local securelevel exists -- if so, perform the check based on imax(local, global). Otherwise, simply use the global value. o Note: even though local securelevels might lag below the global one, if the global value is updated to higher than local values, maximum will still be used, making the global dominant even if there is local lag.
Obtained from: TrustedBSD Project diff 87fce2bb963f92a6bcea1846cd3d5f0a07cde904 Wed Sep 26 22:41:48 CEST 2001 Robert Watson <rwatson@FreeBSD.org> o When performing a securelevel check as part of securelevel_ge() or securelevel_gt(), determine first if a local securelevel exists -- if so, perform the check based on imax(local, global). Otherwise, simply use the global value. o Note: even though local securelevels might lag below the global one, if the global value is updated to higher than local values, maximum will still be used, making the global dominant even if there is local lag.
Obtained from: TrustedBSD Project
|