Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2002 07:31:59 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <200208011432.g71EW0K0069191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/01 07:31:59 PDT

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Invoke an appropriate MAC entry point to authorize execution of
  a file by a process.  The check is placed slightly differently
  than it appears in the trustedbsd_mac tree so that it prevents
  a little more information leakage about the target of the execve()
  operation.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.179     +9 -0      src/sys/kern/kern_exec.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?200208011432.g71EW0K0069191>