aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hovold <[email protected]>2024-04-11 10:03:28 +0200
committerBjorn Andersson <[email protected]>2024-04-21 18:32:46 -0500
commiteff12fdfd208ebf35b82d6df72285508f85dcea8 (patch)
tree684b1419d38499a6937b49ec64313d83c53be12d
parentbfff021ebf0beadc4fe8eeba252b35a188db2c6e (diff)
arm64: defconfig: enable ext4 security labels
Enable ext4 security labels so that setcap works as expected. Signed-off-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9c5ecba12c37..254198352f37 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1605,6 +1605,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