From 67420e239d7c36d351c42ccff2473e47696fef6e Mon Sep 17 00:00:00 2001 From: Bharath H S Date: Mon, 9 Sep 2024 07:21:22 +0000 Subject: [PATCH] NVIDIA: SAUCE: arm64: configs: Enable CONFIG_SQUASHFS_XATTR BugLink: https://bugs.launchpad.net/bugs/2080908 For mounting squashfs under SELinux context, squashfs must have the extended attributes to keep the contextual information required for SELinux. http://nvbugs/4671728 Signed-off-by: Bharath H S Tested-by: Rajesh Gumasta Reviewed-by: Rajesh Gumasta Signed-off-by: Laxman Dewangan Acked-by: Noah Wager Acked-by: Jacob Martin Signed-off-by: Noah Wager --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 19faeff15c50..ab3d9b1e819f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1644,6 +1644,7 @@ CONFIG_HUGETLBFS=y CONFIG_EFIVAR_FS=y CONFIG_UBIFS_FS=m CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_XATTR=y CONFIG_SQUASHFS_LZO=y CONFIG_SQUASHFS_XZ=y CONFIG_NFS_FS=y