[PATCH] arm64: defconfig: enable ext4 security labels

Johan Hovold posted 1 patch 1 year, 10 months ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: defconfig: enable ext4 security labels
Posted by Johan Hovold 1 year, 10 months ago
Enable ext4 security labels so that setcap works as expected.

Signed-off-by: Johan Hovold <johan+linaro@kernel.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
Re: [PATCH] arm64: defconfig: enable ext4 security labels
Posted by Bjorn Andersson 1 year, 9 months ago
On Thu, 11 Apr 2024 10:03:28 +0200, Johan Hovold wrote:
> Enable ext4 security labels so that setcap works as expected.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: enable ext4 security labels
      commit: eff12fdfd208ebf35b82d6df72285508f85dcea8

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>