cvs commit: src/sys/security/mac mac_vfs.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Wed Oct 22 13:29:42 PDT 2003
    
    
  
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
    
    
More information about the cvs-all
mailing list