Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 09:39:12 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c
Message-ID:  <200210211639.g9LGdCpJ009792@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/10/21 09:39:12 PDT

  Modified files:
    sys/security/mac_biba mac_biba.c 
    sys/security/mac_mls mac_mls.c 
  Log:
  Since the Biba and MLS access checks are identical to the open checks,
  collapse the two cases more cleanly: rather than wrapping an access
  check around open, simply provide the open implementation for the
  access vector entry.  No functional change.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.21      +1 -12     src/sys/security/mac_biba/mac_biba.c
  1.18      +1 -12     src/sys/security/mac_mls/mac_mls.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?200210211639.g9LGdCpJ009792>