From fb8a0383e3837a49a79ff01f4c2aef63ae655fd6 Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Fri, 3 Dec 2021 00:57:05 +0000 Subject: [PATCH] Use FUSE BPF by default Enable the persist.sys.fuse.bpf.enable 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: 220151842 Bug: 202785178 Test: 'adb shell getprop | grep persist.sys.fuse.bpf.enable', ScopedStorageTest Signed-off-by: Alessio Balsini Change-Id: Ic4114fd23f6745992b513c0cf16d96aff73ad94a --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index d5b7065c..917e88c3 100644 --- a/device.mk +++ b/device.mk @@ -830,6 +830,10 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true PRODUCT_PRODUCT_PROPERTIES += \ persist.sys.fuse.passthrough.enable=true +# Use FUSE BPF +PRODUCT_PRODUCT_PROPERTIES += \ + persist.sys.fuse.bpf.enable=true + # Use /product/etc/fstab.postinstall to mount system_other PRODUCT_PRODUCT_PROPERTIES += \ ro.postinstall.fstab.prefix=/product