Revert "NVIDIA: SAUCE: arm64: configs: Enable ext* xattr & ACL required for EXT4 FS to be aware of SELINUX attributes."
BugLink: https://bugs.launchpad.net/bugs/2080908 EXT2/3 has been superceded by EXT4 now for over 10 years [0]. It turns out that we don't need to enable all these EXT2/3 configs but just CONFIG_EXT4_FS_SECURITY for SELINUX. Revert this change to make it clear that we don't need these EXT2/3 configs anymore. [0] https://lwn.net/Articles/426961/ This reverts commit cbbc46d1609cffc4272023d4576836c4d5840fd5. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Noah Wager <noah.wager@canonical.com> Acked-by: Jacob Martin <jacob.martin@canonical.com> Signed-off-by: Noah Wager <noah.wager@canonical.com>
This commit is contained in:
@@ -1594,12 +1594,8 @@ CONFIG_HTE=y
|
||||
CONFIG_HTE_TEGRA194=y
|
||||
CONFIG_HTE_TEGRA194_TEST=m
|
||||
CONFIG_EXT2_FS=y
|
||||
CONFIG_EXT2_FS_XATTR=y
|
||||
CONFIG_EXT2_FS_POSIX_ACL=y
|
||||
CONFIG_EXT2_FS_SECURITY=y
|
||||
CONFIG_EXT3_FS=y
|
||||
CONFIG_EXT3_FS_POSIX_ACL=y
|
||||
CONFIG_EXT3_FS_SECURITY=y
|
||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||
CONFIG_BTRFS_FS=m
|
||||
CONFIG_BTRFS_FS_POSIX_ACL=y
|
||||
CONFIG_FANOTIFY=y
|
||||
|
||||
Reference in New Issue
Block a user