diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-04-19 21:33:52 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-04-19 21:33:52 +0000 |
commit | aeb55b5464620d5c6f8fb5fcae87f8d5bb90764a (patch) | |
tree | 755c801cf1997b0c5f7f7346bb2a297933d06df5 /sys | |
parent | 779141b7039b518983ef21bd42add7d1d6125f54 (diff) | |
download | FreeBSD-src-aeb55b5464620d5c6f8fb5fcae87f8d5bb90764a.zip FreeBSD-src-aeb55b5464620d5c6f8fb5fcae87f8d5bb90764a.tar.gz |
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
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 10 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e4e3635..c874a97 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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e4e3635..c874a97 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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 |