From 48efd7d6bd2331143032bb9fa45df44cdc0480a0 Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Tue, 8 Mar 2022 10:56:27 +0000 Subject: [PATCH] FUSE-BPF: force disable sysprop flag The FUSE-BPF feature has been enabled on some testing devices through the system property flag "persist.sys.fuse.bpf.enable", but the flag enabling change has been reverted as soon as failures has been reported. Unfortunately, being the system property persistent, reverting the enabling change is not sufficient to turn the feature down on devices which already have it enabled, for which it has to be manually set to "false". Bug: 221812566 Test: getprop persist.sys.fuse.bpf.enable Signed-off-by: Alessio Balsini Change-Id: I87c93ddaefd79dfcf900eb2cbe2fe7518bf24755 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index cef5b0c8..1a30d960 100644 --- a/device.mk +++ b/device.mk @@ -831,6 +831,10 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true PRODUCT_PRODUCT_PROPERTIES += \ persist.sys.fuse.passthrough.enable=true +# Force disable of FUSE BPF +PRODUCT_PRODUCT_PROPERTIES += \ + persist.sys.fuse.bpf.enable=false + # Use /product/etc/fstab.postinstall to mount system_other PRODUCT_PRODUCT_PROPERTIES += \ ro.postinstall.fstab.prefix=/product