Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 17:00:57 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ps Makefile extern.h keyword.c lomac.c lomac.h print.c ps.1 ps.c
Message-ID:  <200210240000.g9O00viG046075@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/10/23 17:00:57 PDT

  Modified files:
    bin/ps               Makefile extern.h keyword.c print.c ps.1 
                         ps.c 
  Removed files:
    bin/ps               lomac.c lomac.h 
  Log:
  Use the MAC interface to list process MAC labels rather than using
  the LOMAC-specific interface (which is being deprecated).  The
  revised LOMAC using the MAC framework will export levels listable
  using this mechanism.
  
  Approved by:    re
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.22      +1 -1      src/bin/ps/Makefile
  1.28      +2 -1      src/bin/ps/extern.h
  1.58      +2 -1      src/bin/ps/keyword.c
  1.9       +0 -118    src/bin/ps/lomac.c (dead)
  1.4       +0 -39     src/bin/ps/lomac.h (dead)
  1.75      +46 -3     src/bin/ps/print.c
  1.59      +5 -5      src/bin/ps/ps.1
  1.59      +2 -4      src/bin/ps/ps.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?200210240000.g9O00viG046075>