This directory contains the source for several LOMAC utility programs.

lup:
  lup is LOMAC's trusted file upgrader.  Administrators may use lup to
  move low-integrity files to the high-integrity area of the system in
  exceptional circumstances.

  USAGE:  lup <source file>

  lup copies only one file at a time.  lup always copies the source
  file to /root/<foo>, where <foo> is the last component in the
  original filename.  For example, lup copies /home/jdoe/notrojan to
  /root/notrojan.

lls:
  A version of ls that reports the levels of files.  lls calls the system's
  real ls program to do most of the work.

lps:
  A version of ps that reports the levels of jobs.  lps calls the system's
  real ps program to do most of the work.


