Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 20:04:23 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs extattr.h ufs_extattr.c
Message-ID:  <200103180404.f2I44Nu98324@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/03/17 20:04:23 PST

  Modified files:
    sys/ufs/ufs          extattr.h ufs_extattr.c 
  Log:
  o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"
    off of the file system root: "user" for user attributes, and "system"
    for system attributes.  When the scan occurs, attribute backing files
    discovered in those directories will be started in the respective
    namespaces.  This re-introduces support for auto-starting of user
    attributes, which was removed when the "$" prefix for system attributes
    was replaced with explicit namespacing.
  
    For users of the TrustedBSD UFS POSIX.1e ACL code, you'll need to:
      mv ${FSROOT}/'$posix1e.acl_access' ${FSROOT}/system/posix1e.acl_access
      mv ${FSROOT}/'$posix1e.acl_default' ${FSROOT}/system/posix1e.acl_default
  
    For users of the TrustedBSD POSIX.1e Capability code, you'll need to:
      mv ${FSROOT}/'$posix1e.cap' ${FSROOT}/system/posix1e.cap
  
    For users of the TrustedBSD MAC code, you'll need to:
      mv ${FSROOT}/'$freebsd.mac' ${FSROOT}/system/freebsd.mac
  
    Updated versions of relevant patches will be released in the near
    future.
  
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.12      +3 -1      src/sys/ufs/ufs/extattr.h
  1.25      +32 -17    src/sys/ufs/ufs/ufs_extattr.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?200103180404.f2I44Nu98324>