Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 13:29:41 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/mac mac_vfs.c
Message-ID:  <200310222029.h9MKTfXR023143@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/10/22 13:29:41 PDT

  FreeBSD src repository

  Modified files:
    sys/security/mac     mac_vfs.c 
  Log:
  Remove non-VFS related code from mac_vfs.c.  Leave:
  
    Extended attribute transaction warning flag if transactions aren't
    supported on the EA implementation being used.
  
    Debug fallback flag to permit a less conservative fallback if reading
    an on-disk label fails.
  
    Enforce_fs toggle to enforce file systme access control.
  
    Debugging counters for file system objects: mounts, vnodes, devfs_dirents.
  
    Object initialization, destruction, copying, internalization,
    externalization, relabeling for file system objects.
  
    Life cycle operations for devfs entries.
  
    Generic extended attribute label implementation for use by UFS, UFS2 in
    multilabel mode.
  
    Generic single-level label implementation for use by all file systems
    when in singlelabel mode.
  
    Exec-time transition based on file label entry points.
  
    Vnode operation access control checks (many).
  
    Mount operation access control checks (few).
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes     Path
  1.101     +514 -3496  src/sys/security/mac/mac_vfs.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310222029.h9MKTfXR023143>