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 <balsini@google.com>
Change-Id: I7344b8ac2e19fe07d4e27e4e0d28930450caf77e
This commit is contained in:
Alessio Balsini 2021-12-03 00:57:05 +00:00 committed by TreeHugger Robot
parent 9dd9934e75
commit 278c90473b

View file

@ -835,9 +835,9 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.sys.fuse.passthrough.enable=true persist.sys.fuse.passthrough.enable=true
# Force disable of FUSE BPF # Use FUSE BPF
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.sys.fuse.bpf.enable=false ro.fuse.bpf.enabled=true
# Use /product/etc/fstab.postinstall to mount system_other # Use /product/etc/fstab.postinstall to mount system_other
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \