Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 10:57:05 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_linker.c vfs_syscalls.c
Message-ID:  <200006291757.KAA38618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2000/06/29 10:57:05 PDT

  Modified files:
    sys/kern             kern_linker.c vfs_syscalls.c 
  Log:
  Move the securelevel check before loading KLD's into linker_load_file(),
  instead of requiring every caller of linker_load_file() to perform the
  check itself. This avoids netgraph loading KLD's when securelevel > 0,
  not to mention any future code that may call linker_load_file().
  
  Reviewed by:	dfr
  
  Revision  Changes    Path
  1.47      +11 -3     src/sys/kern/kern_linker.c
  1.156     +1 -6      src/sys/kern/vfs_syscalls.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?200006291757.KAA38618>