[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240411080328.9230-1-johan+linaro@kernel.org>
Date: Thu, 11 Apr 2024 10:03:28 +0200
From: Johan Hovold <johan+linaro@...nel.org>
To: Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>
Cc: Bjorn Andersson <quic_bjorande@...cinc.com>,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Johan Hovold <johan+linaro@...nel.org>
Subject: [PATCH] arm64: defconfig: enable ext4 security labels
Enable ext4 security labels so that setcap works as expected.
Signed-off-by: Johan Hovold <johan+linaro@...nel.org>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7739e426d1c5..ac6fb3de1e3a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1599,6 +1599,7 @@ CONFIG_HTE_TEGRA194=y
CONFIG_HTE_TEGRA194_TEST=m
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_FANOTIFY=y
--
2.43.2
Powered by blists - more mailing lists