diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-10-19 16:54:15 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-10-19 16:54:15 +0000 |
commit | b98187d3390cbe9be86f537cbb5de42714f233ce (patch) | |
tree | c3574dc2b3e043d49933f75696a077e3f72836a1 /sys/sparc64/conf | |
parent | b642891c542c7b7a7fb84811dca04505f2640e64 (diff) | |
download | FreeBSD-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/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index c5d80776..3bf8506 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -39,6 +39,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 |