Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 17:07:30 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls Makefile lomac.c lomac.h ls.1 ls.c ls.h print.c src/libexec/ftpd Makefile
Message-ID:  <200210240007.g9O07Uka046343@repoman.freebsd.org>

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

  Modified files:
    bin/ls               Makefile ls.1 ls.c ls.h print.c 
    libexec/ftpd         Makefile 
  Removed files:
    bin/ls               lomac.c lomac.h 
  Log:
  Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather
  than the LOMAC-specific interfaces for listing MAC labels.  This permits
  ls to view MAC labels in a manner similar to getfmac, when ls is used
  with the -l argument.  Next generation LOMAC will use the MAC Framework
  so should "just" work with this and other policies.  Not the prettiest
  code in the world, but then, neither is ls(1).
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.24      +1 -1      src/bin/ls/Makefile
  1.10      +0 -155    src/bin/ls/lomac.c (dead)
  1.4       +0 -40     src/bin/ls/lomac.h (dead)
  1.70      +2 -8      src/bin/ls/ls.1
  1.68      +61 -29    src/bin/ls/ls.c
  1.19      +3 -3      src/bin/ls/ls.h
  1.61      +2 -2      src/bin/ls/print.c
  1.51      +1 -1      src/libexec/ftpd/Makefile

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?200210240007.g9O07Uka046343>