Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2002 10:59:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mac.c src/sys/sys mac.h mac_policy.h
Message-ID:  <200208191759.g7JHxmGd007832@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/19 10:59:48 PDT

  Modified files:
    sys/kern             kern_mac.c 
    sys/sys              mac.h mac_policy.h 
  Log:
  Provide an implementation of mac_syscall() so that security modules
  can offer new services without reserving system call numbers, or
  augmented versions of existing services.  User code requests a
  target policy by name, and specifies the policy-specific API plus
  target.  This is required in particular for our port of SELinux/FLASK
  to the MAC framework since it offers additional security services.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.13      +38 -0     src/sys/kern/kern_mac.c
  1.7       +6 -1      src/sys/sys/mac.h
  1.8       +8 -0      src/sys/sys/mac_policy.h

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?200208191759.g7JHxmGd007832>