From 278c90473ba97d882f75a759bce6860f85addf03 Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Fri, 3 Dec 2021 00:57:05 +0000 Subject: [PATCH] FUSE-BPF: enable by default Enable the ro.fuse.bpf.enabled flag in the system configuration to enable the FUSE BPF feature. This feature has already been tested on Cuttlefish devices and no issues have been detected yet. Bug: 202785178 Test: adb shell getprop ro.fuse.bpf.enabled Signed-off-by: Alessio Balsini Change-Id: I7344b8ac2e19fe07d4e27e4e0d28930450caf77e --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 3548bc91..68e80ca9 100644 --- a/device.mk +++ b/device.mk @@ -835,9 +835,9 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true PRODUCT_PRODUCT_PROPERTIES += \ persist.sys.fuse.passthrough.enable=true -# Force disable of FUSE BPF +# Use FUSE BPF PRODUCT_PRODUCT_PROPERTIES += \ - persist.sys.fuse.bpf.enable=false + ro.fuse.bpf.enabled=true # Use /product/etc/fstab.postinstall to mount system_other PRODUCT_PRODUCT_PROPERTIES += \