Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 07:36:11 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/posix1e Makefile.inc mac.c mac_free.c mac_get.c mac_is_present_np.c mac_set.c mac_text.c
Message-ID:  <200210221436.g9MEaBex002273@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/10/22 07:36:11 PDT

  Modified files:
    lib/libc/posix1e     Makefile.inc mac_get.c mac_set.c 
  Added files:
    lib/libc/posix1e     mac.c 
  Removed files:
    lib/libc/posix1e     mac_free.c mac_is_present_np.c mac_text.c 
  Log:
  Reflect MAC kernel/user API changes into the libc MAC implementation.
  This removes a lot of complexity, since we basically just reserve
  space on a retrieval of a label, and pass around strings.  Two new
  elements: (1) consumers of the API must now declare what label
  elements they are interested in retrieving, or (2) rely on the default
  provided in a new configuration file, mac.conf.
  
  Approved by:    re
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.11      +2 -4      src/lib/libc/posix1e/Makefile.inc
  1.1       +365 -0    src/lib/libc/posix1e/mac.c (new)
  1.2       +0 -45     src/lib/libc/posix1e/mac_free.c (dead)
  1.2       +21 -49    src/lib/libc/posix1e/mac_get.c
  1.2       +0 -86     src/lib/libc/posix1e/mac_is_present_np.c (dead)
  1.2       +12 -5     src/lib/libc/posix1e/mac_set.c
  1.4       +0 -60     src/lib/libc/posix1e/mac_text.c (dead)

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?200210221436.g9MEaBex002273>