diff options
author | Bjorn Andersson <[email protected]> | 2020-11-30 10:30:07 -0600 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-12-28 12:09:48 -0600 |
commit | 19f0af6ab132a6110a2d3127833d4554b71b8cc7 (patch) | |
tree | 11ff3d7a11b340f431862bdb865dc9ea4f1f3fd6 | |
parent | 74b87103b3d03665af03b0ea817e59bd4b5adf2c (diff) |
arm64: defconfig: Enable TMPFS Posix ACL
The lack of TMPFS Posix ACL prevents the upstream defconfig from booting
e.g. Ubuntu, so enable this.
Acked-by: Shawn Guo <[email protected]>
Tested-by: Steev Klimaszewski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-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 28157acde8cc..6d2ecd1f1d7a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1095,6 +1095,7 @@ CONFIG_FUSE_FS=m CONFIG_CUSE=m CONFIG_OVERLAY_FS=m CONFIG_VFAT_FS=y +CONFIG_TMPFS_POSIX_ACL=y CONFIG_HUGETLBFS=y CONFIG_CONFIGFS_FS=y CONFIG_EFIVAR_FS=y |