Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2001 13:39:53 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mib.c
Message-ID:  <200109262039.f8QKdrW10358@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/09/26 13:39:53 PDT

  Modified files:
    sys/kern             kern_mib.c 
  Log:
  o Modify kern.securelevel MIB entry to return a local securelevel, if
    one is present in the current jail, otherwise, to return the global
    securelevel.
  o If the securelevel is being updated, require that it be greater than
    the maximum of local and global, if a local securelevel exists,
    otherwise, just maximum of the global.  If there is a local
    securelevel, update the local one instead of the global one.
  o Note: this does allow local securelevels to lag behind the global one
    as long as the local one is not updated following a global increase.
  
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.44      +28 -7     src/sys/kern/kern_mib.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109262039.f8QKdrW10358>