Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2002 00:02:51 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount mntopts.h mount.c
Message-ID:  <200208020702.g7272pGD056270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/02 00:02:51 PDT

  Modified files:
    sbin/mount           mntopts.h mount.c 
  Log:
  Introduce support for Mandatory Access Control and extensible
  kernel access control.
  
  Teach mount(8) to understand the MNT_MULTILABEL flag, which is used
  to determine whether a file system operates with individual per-vnode
  labels, or treats the entire file system as a single object with a
  single (mount) label.  The behavior here will probably evolve some
  now that nmount(2) is available and can more flexibly support mount
  options.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.19      +3 -1      src/sbin/mount/mntopts.h
  1.48      +2 -0      src/sbin/mount/mount.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?200208020702.g7272pGD056270>