Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 18:11:29 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_main.c vfs_mount.c
Message-ID:  <200207310111.g6V1BTXL015181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/07/30 18:11:29 PDT

  Modified files:
    sys/kern             init_main.c vfs_mount.c 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Invoke the necessary MAC entry points to maintain labels on
  mount structures.  In particular, invoke entry points for
  intialization and destruction in various scenarios (root,
  non-root).  Also introduce an entry point in the boot procedure
  following the mount of the root file system, but prior to the
  start of the userland init process to permit policies to
  perform further initialization.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.201     +3 -0      src/sys/kern/init_main.c
  1.79      +33 -1     src/sys/kern/vfs_mount.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?200207310111.g6V1BTXL015181>