From fc45d1fa0ffaa3150398afb34ba23d6342d1c003 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Tue, 13 Jun 2023 03:29:09 +0300 Subject: [PATCH] Enable overlay filesystem support On UT 20.04 workaround-session-migration-mtime.service at least needs it. --- arch/arm64/configs/lineage_oneplus5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/lineage_oneplus5_defconfig b/arch/arm64/configs/lineage_oneplus5_defconfig index 138dcd38d310..58a72bc214fe 100644 --- a/arch/arm64/configs/lineage_oneplus5_defconfig +++ b/arch/arm64/configs/lineage_oneplus5_defconfig @@ -5266,3 +5266,4 @@ CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" CONFIG_EVM_HMAC_VERSION=2 CONFIG_NET_CLS_CGROUP=y CONFIG_CGROUP_NET_CLASSID=y +CONFIG_OVERLAY_FS=y