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 <balsini@google.com> Change-Id: Ic4114fd23f6745992b513c0cf16d96aff73ad94a
This commit is contained in:
parent
3fbbc5c703
commit
fb8a0383e3
1 changed files with 4 additions and 0 deletions
|
@ -830,6 +830,10 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.sys.fuse.passthrough.enable=true
|
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
|
# Use /product/etc/fstab.postinstall to mount system_other
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.postinstall.fstab.prefix=/product
|
ro.postinstall.fstab.prefix=/product
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue