diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2024-04-11 10:03:28 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-04-22 01:32:46 +0200 |
commit | eff12fdfd208ebf35b82d6df72285508f85dcea8 (patch) | |
tree | 684b1419d38499a6937b49ec64313d83c53be12d /arch/arm64 | |
parent | arm64: defconfig: qcom: enable X1E80100 sound card (diff) | |
download | linux-eff12fdfd208ebf35b82d6df72285508f85dcea8.tar.xz linux-eff12fdfd208ebf35b82d6df72285508f85dcea8.zip |
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')
-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 |