fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
This link is replicated in most filesystems' config stanzas. Referring to an archived version of that site is pointless as it mostly deals with patches; user documentation is available elsewhere. Signed-off-by: Adam Borowski <kilobyte@angband.pl> CC: Alexander Viro <viro@zeniv.linux.org.uk> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Acked-by: Jan Kara <jack@suse.cz> Acked-by: Dave Kleikamp <dave.kleikamp@oracle.com> Acked-by: David Sterba <dsterba@suse.com> Acked-by: "Yan, Zheng" <zyan@redhat.com> Acked-by: Chao Yu <yuchao0@huawei.com> Acked-by: Jaegeuk Kim <jaegeuk@kernel.org> Acked-by: Steve French <smfrench@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
1892ce4cdd
commit
91581e4c60
|
@ -49,12 +49,10 @@ sb=n Use alternate superblock at this location.
|
||||||
|
|
||||||
user_xattr Enable "user." POSIX Extended Attributes
|
user_xattr Enable "user." POSIX Extended Attributes
|
||||||
(requires CONFIG_EXT2_FS_XATTR).
|
(requires CONFIG_EXT2_FS_XATTR).
|
||||||
See also http://acl.bestbits.at
|
|
||||||
nouser_xattr Don't support "user." extended attributes.
|
nouser_xattr Don't support "user." extended attributes.
|
||||||
|
|
||||||
acl Enable POSIX Access Control Lists support
|
acl Enable POSIX Access Control Lists support
|
||||||
(requires CONFIG_EXT2_FS_POSIX_ACL).
|
(requires CONFIG_EXT2_FS_POSIX_ACL).
|
||||||
See also http://acl.bestbits.at
|
|
||||||
noacl Don't support POSIX ACLs.
|
noacl Don't support POSIX ACLs.
|
||||||
|
|
||||||
nobh Do not attach buffer_heads to file pagecache.
|
nobh Do not attach buffer_heads to file pagecache.
|
||||||
|
|
|
@ -202,15 +202,14 @@ inode_readahead_blks=n This tuning parameter controls the maximum
|
||||||
the buffer cache. The default value is 32 blocks.
|
the buffer cache. The default value is 32 blocks.
|
||||||
|
|
||||||
nouser_xattr Disables Extended User Attributes. See the
|
nouser_xattr Disables Extended User Attributes. See the
|
||||||
attr(5) manual page and http://acl.bestbits.at/
|
attr(5) manual page for more information about
|
||||||
for more information about extended attributes.
|
extended attributes.
|
||||||
|
|
||||||
noacl This option disables POSIX Access Control List
|
noacl This option disables POSIX Access Control List
|
||||||
support. If ACL support is enabled in the kernel
|
support. If ACL support is enabled in the kernel
|
||||||
configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
|
configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
|
||||||
enabled by default on mount. See the acl(5) manual
|
enabled by default on mount. See the acl(5) manual
|
||||||
page and http://acl.bestbits.at/ for more information
|
page for more information about acl.
|
||||||
about acl.
|
|
||||||
|
|
||||||
bsddf (*) Make 'df' act like BSD.
|
bsddf (*) Make 'df' act like BSD.
|
||||||
minixdf Make 'df' act like Minix.
|
minixdf Make 'df' act like Minix.
|
||||||
|
|
|
@ -25,9 +25,6 @@ config 9P_FS_POSIX_ACL
|
||||||
POSIX Access Control Lists (ACLs) support permissions for users and
|
POSIX Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -167,17 +167,13 @@ config TMPFS_POSIX_ACL
|
||||||
files for sound to work properly. In short, if you're not sure,
|
files for sound to work properly. In short, if you're not sure,
|
||||||
say Y.
|
say Y.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
config TMPFS_XATTR
|
config TMPFS_XATTR
|
||||||
bool "Tmpfs extended attributes"
|
bool "Tmpfs extended attributes"
|
||||||
depends on TMPFS
|
depends on TMPFS
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Extended attributes are name:value pairs associated with inodes by
|
Extended attributes are name:value pairs associated with inodes by
|
||||||
the kernel or by users (see the attr(5) manual page, or visit
|
the kernel or by users (see the attr(5) manual page for details).
|
||||||
<http://acl.bestbits.at/> for details).
|
|
||||||
|
|
||||||
Currently this enables support for the trusted.* and
|
Currently this enables support for the trusted.* and
|
||||||
security.* namespaces.
|
security.* namespaces.
|
||||||
|
|
|
@ -38,9 +38,6 @@ config BTRFS_FS_POSIX_ACL
|
||||||
POSIX Access Control Lists (ACLs) support permissions for users and
|
POSIX Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
config BTRFS_FS_CHECK_INTEGRITY
|
config BTRFS_FS_CHECK_INTEGRITY
|
||||||
|
|
|
@ -34,7 +34,4 @@ config CEPH_FS_POSIX_ACL
|
||||||
POSIX Access Control Lists (ACLs) support permissions for users and
|
POSIX Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
|
@ -108,14 +108,13 @@ config CIFS_XATTR
|
||||||
depends on CIFS
|
depends on CIFS
|
||||||
help
|
help
|
||||||
Extended attributes are name:value pairs associated with inodes by
|
Extended attributes are name:value pairs associated with inodes by
|
||||||
the kernel or by users (see the attr(5) manual page, or visit
|
the kernel or by users (see the attr(5) manual page for details).
|
||||||
<http://acl.bestbits.at/> for details). CIFS maps the name of
|
CIFS maps the name of extended attributes beginning with the user
|
||||||
extended attributes beginning with the user namespace prefix
|
namespace prefix to SMB/CIFS EAs. EAs are stored on Windows
|
||||||
to SMB/CIFS EAs. EAs are stored on Windows servers without the
|
servers without the user namespace prefix, but their names are
|
||||||
user namespace prefix, but their names are seen by Linux cifs clients
|
seen by Linux cifs clients prefaced by the user namespace prefix.
|
||||||
prefaced by the user namespace prefix. The system namespace
|
The system namespace (used by some filesystems to store ACLs) is
|
||||||
(used by some filesystems to store ACLs) is not supported at
|
not supported at this time.
|
||||||
this time.
|
|
||||||
|
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,7 @@ config EXT2_FS_XATTR
|
||||||
depends on EXT2_FS
|
depends on EXT2_FS
|
||||||
help
|
help
|
||||||
Extended attributes are name:value pairs associated with inodes by
|
Extended attributes are name:value pairs associated with inodes by
|
||||||
the kernel or by users (see the attr(5) manual page, or visit
|
the kernel or by users (see the attr(5) manual page for details).
|
||||||
<http://acl.bestbits.at/> for details).
|
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
@ -26,9 +25,6 @@ config EXT2_FS_POSIX_ACL
|
||||||
Posix Access Control Lists (ACLs) support permissions for users and
|
Posix Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the Posix ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
config EXT2_FS_SECURITY
|
config EXT2_FS_SECURITY
|
||||||
|
|
|
@ -82,9 +82,6 @@ config EXT4_FS_POSIX_ACL
|
||||||
POSIX Access Control Lists (ACLs) support permissions for users and
|
POSIX Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
config EXT4_FS_SECURITY
|
config EXT4_FS_SECURITY
|
||||||
|
|
|
@ -35,8 +35,7 @@ config F2FS_FS_XATTR
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Extended attributes are name:value pairs associated with inodes by
|
Extended attributes are name:value pairs associated with inodes by
|
||||||
the kernel or by users (see the attr(5) manual page, or visit
|
the kernel or by users (see the attr(5) manual page for details).
|
||||||
<http://acl.bestbits.at/> for details).
|
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
@ -49,9 +48,6 @@ config F2FS_FS_POSIX_ACL
|
||||||
Posix Access Control Lists (ACLs) support permissions for users and
|
Posix Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
config F2FS_FS_SECURITY
|
config F2FS_FS_SECURITY
|
||||||
|
|
|
@ -20,9 +20,6 @@ config HFSPLUS_FS_POSIX_ACL
|
||||||
POSIX Access Control Lists (ACLs) support permissions for users and
|
POSIX Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
It needs to understand that POSIX ACLs are treated only under
|
It needs to understand that POSIX ACLs are treated only under
|
||||||
Linux. POSIX ACLs doesn't mean something under Mac OS X.
|
Linux. POSIX ACLs doesn't mean something under Mac OS X.
|
||||||
Mac OS X beginning with version 10.4 ("Tiger") support NFSv4 ACLs,
|
Mac OS X beginning with version 10.4 ("Tiger") support NFSv4 ACLs,
|
||||||
|
|
|
@ -68,8 +68,7 @@ config JFFS2_FS_XATTR
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Extended attributes are name:value pairs associated with inodes by
|
Extended attributes are name:value pairs associated with inodes by
|
||||||
the kernel or by users (see the attr(5) manual page, or visit
|
the kernel or by users (see the attr(5) manual page for details).
|
||||||
<http://acl.bestbits.at/> for details).
|
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
@ -82,9 +81,6 @@ config JFFS2_FS_POSIX_ACL
|
||||||
Posix Access Control Lists (ACLs) support permissions for users and
|
Posix Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the Posix ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
config JFFS2_FS_SECURITY
|
config JFFS2_FS_SECURITY
|
||||||
|
|
|
@ -16,9 +16,6 @@ config JFS_POSIX_ACL
|
||||||
Posix Access Control Lists (ACLs) support permissions for users and
|
Posix Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the Posix ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
config JFS_SECURITY
|
config JFS_SECURITY
|
||||||
|
|
|
@ -57,8 +57,7 @@ config REISERFS_FS_XATTR
|
||||||
depends on REISERFS_FS
|
depends on REISERFS_FS
|
||||||
help
|
help
|
||||||
Extended attributes are name:value pairs associated with inodes by
|
Extended attributes are name:value pairs associated with inodes by
|
||||||
the kernel or by users (see the attr(5) manual page, or visit
|
the kernel or by users (see the attr(5) manual page for details).
|
||||||
<http://acl.bestbits.at/> for details).
|
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
@ -70,9 +69,6 @@ config REISERFS_FS_POSIX_ACL
|
||||||
Posix Access Control Lists (ACLs) support permissions for users and
|
Posix Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the Posix ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N
|
If you don't know what Access Control Lists are, say N
|
||||||
|
|
||||||
config REISERFS_FS_SECURITY
|
config REISERFS_FS_SECURITY
|
||||||
|
|
|
@ -48,9 +48,6 @@ config XFS_POSIX_ACL
|
||||||
POSIX Access Control Lists (ACLs) support permissions for users and
|
POSIX Access Control Lists (ACLs) support permissions for users and
|
||||||
groups beyond the owner/group/world scheme.
|
groups beyond the owner/group/world scheme.
|
||||||
|
|
||||||
To learn more about Access Control Lists, visit the POSIX ACLs for
|
|
||||||
Linux website <http://acl.bestbits.at/>.
|
|
||||||
|
|
||||||
If you don't know what Access Control Lists are, say N.
|
If you don't know what Access Control Lists are, say N.
|
||||||
|
|
||||||
config XFS_RT
|
config XFS_RT
|
||||||
|
|
Loading…
Reference in New Issue