diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2024-04-11 10:03:28 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-04-21 18:32:46 -0500 |
commit | eff12fdfd208ebf35b82d6df72285508f85dcea8 (patch) | |
tree | 684b1419d38499a6937b49ec64313d83c53be12d /arch/arm64/configs | |
parent | bfff021ebf0beadc4fe8eeba252b35a188db2c6e (diff) |
arm64: defconfig: enable ext4 security labels
Enable ext4 security labels so that setcap works as expected.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20240411080328.9230-1-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
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 |