Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 13:55:39 -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:  <200210212055.g9LKtdl3033058@repoman.freebsd.org>

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

  Modified files:
    sys/security/mac_biba mac_biba.c 
    sys/security/mac_mls mac_mls.c 
  Log:
  Introduce mac_biba_copy() and mac_mls_copy(), which conditionally
  copy elements of one Biba or MLS label to another based on the flags
  on the source label element.  Use this instead of
  mac_{biba,mls}_{single,range}() to simplify the existing code, as
  well as support partial label updates (we don't update if none is
  requested).
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.25      +25 -9     src/sys/security/mac_biba/mac_biba.c
  1.23      +24 -8     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?200210212055.g9LKtdl3033058>