summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-19 16:54:15 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-19 16:54:15 +0000
commitb98187d3390cbe9be86f537cbb5de42714f233ce (patch)
treec3574dc2b3e043d49933f75696a077e3f72836a1 /sys/i386/conf
parentb642891c542c7b7a7fb84811dca04505f2640e64 (diff)
downloadFreeBSD-src-b98187d3390cbe9be86f537cbb5de42714f233ce.zip
FreeBSD-src-b98187d3390cbe9be86f537cbb5de42714f233ce.tar.gz
Permits UFS ACLs to be used with the GENERIC kernel. Due to recent
ACL configuration changes, this shouldn't result in different code paths for file systems not explicitly configured for ACLs by the system administrator. For UFS1, administrators must still recompile their kernel to add support for extended attributes; for UFS2, it's sufficient to enable ACLs using tunefs or at mount-time (tunefs preferred for reliability reasons). UFS2, for a variety of reasons, including performance and reliability, is the preferred file system for use with ACLs. Approved by: re
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index fe53d64..04c9026 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -34,6 +34,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
+options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
OpenPOWER on IntegriCloud