# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_EXT2_FS[0m tristate "Second extended fs support" help Ext2 is a standard Linux file system for hard disks. To compile this file system support as a module, choose [31mCONFIG_M[0m here: the module will be called ext2. If unsure, say Y. config [31mCONFIG_EXT2_FS_XATTR[0m bool "Ext2 extended attributes" depends on [31mCONFIG_EXT2_FS[0m help Extended attributes are name:value pairs associated with inodes by the kernel or by users (see the attr(5) manual page for details). If unsure, say N. config [31mCONFIG_EXT2_FS_POSIX_ACL[0m bool "Ext2 POSIX Access Control Lists" depends on [31mCONFIG_EXT2_FS_XATTR[0m select [31mCONFIG_FS_POSIX_ACL[0m help Posix Access Control Lists (ACLs) support permissions for users and groups beyond the owner/group/world scheme. If you don't know what Access Control Lists are, say N config [31mCONFIG_EXT2_FS_SECURITY[0m bool "Ext2 Security Labels" depends on [31mCONFIG_EXT2_FS_XATTR[0m help Security labels support alternative access control models implemented by security modules like SELinux. This option enables an extended attribute handler for file security labels in the ext2 filesystem. If you are not using a security module that requires using extended attributes for file security labels, say N. |