aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-04-19 21:33:52 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-04-19 21:33:52 +0000
commit51be6918b57d6d28b769fa3dc75c637b558c8ff7 (patch)
tree0121c33dd973e627f57b68bfdfedfdb442f1b69e /sys/conf
parentbfc4cb269ab41925e2cfe47cc588df2a0aea3044 (diff)
downloadsrc-51be6918b57d6d28b769fa3dc75c637b558c8ff7.tar.gz
src-51be6918b57d6d28b769fa3dc75c637b558c8ff7.zip
o Document UFS_ACL option
o Add link to src/sys/ufs/ufs/README.extattr for UFS_EXTATTR* options Reviewed by: rwatson Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=75714
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index e4e363576838..c874a973de98 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -690,11 +690,17 @@ options IFS
options SOFTUPDATES
# Extended attributes allow additional data to be associated with files,
-# and is used for ACLs, Capabilities, and MAC labels
-#
+# and is used for ACLs, Capabilities, and MAC labels.
+# See src/sys/ufs/ufs/README.extattr for more information.
options UFS_EXTATTR
options UFS_EXTATTR_AUTOSTART
+# Access Control List support for UFS filesystems. The current ACL
+# implementation requires extended attribute support, UFS_EXTATTR,
+# for the underlying filesystem.
+# See src/sys/ufs/ufs/README.acls for more information.
+options UFS_ACL
+
# Make space in the kernel for a root filesystem on a md device.
# Define to the number of kilobytes to reserve for the filesystem.
options MD_ROOT_SIZE=10