From b46fa169902394547d460412bbd3d1189522b97a Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Fri, 12 Jul 2024 18:46:58 +0100 Subject: [PATCH] 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 Reviewed-by: Brad Griffis Signed-off-by: Laxman Dewangan Acked-by: Noah Wager Acked-by: Jacob Martin Signed-off-by: Noah Wager --- arch/arm64/configs/defconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cf59a9f444fb..f11e0dffd08a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -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