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:
parent
9dd9934e75
commit
278c90473b
1 changed files with 2 additions and 2 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue