summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-19 16:09:16 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-19 16:09:16 +0000
commita2eb2e366234455b59a57bc5760c2ee62815df1f (patch)
tree759deaa5577d9dc7249b7a16b130678c83abb22c /sys
parentfe000c215ac7a798cb289ebbab0604d62ddcd91a (diff)
downloadFreeBSD-src-a2eb2e366234455b59a57bc5760c2ee62815df1f.zip
FreeBSD-src-a2eb2e366234455b59a57bc5760c2ee62815df1f.tar.gz
Clarify that the UFS1 extended attribute configuration steps do not apply
to UFS2 file systems. Submitted by: jedgar Obtained from: TrustedBSD Project
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ufs/README.acls4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/README.acls b/sys/ufs/ufs/README.acls
index d921bd7..28a9d4f 100644
--- a/sys/ufs/ufs/README.acls
+++ b/sys/ufs/ufs/README.acls
@@ -50,7 +50,7 @@ system. For reliability and performance reasons, the use of ACLs on
UFS1 is discouraged; UFS2 extended attributes provide a more reliable
storage mechanism for ACLs.
-Currently, support for ACLs on UFS requires the use of UFS EAs, which may
+Currently, support for ACLs on UFS1 requires the use of UFS1 EAs, which may
be enabled by adding:
options UFS_EXTATTR
@@ -65,7 +65,7 @@ required extended attributes with the filesystem mount operation. To
enable ACLs, two extended attributes must be available in the
EXTATTR_NAMESPACE_SYSTEM namespace: "posix1e.acl_access", which holds
the access ACL, and "posix1e.acl_default" which holds the default ACL
-for directories. If you're using UFS Extended Attributes, the following
+for directories. If you're using UFS1 Extended Attributes, the following
commands may be used to create the necessary EA backing files for
ACLs in the filesystem root of each filesystem. In these examples,
the root filesystem is used; see README.extattr for more details.
OpenPOWER on IntegriCloud