FUSE-BPF: force disable sysprop flag am: 48efd7d6bd

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17121523

Change-Id: Ia0a4e7237ffc808b89b7d0a77bce2d0dba1cfa4e
This commit is contained in:
Alessio Balsini 2022-03-08 14:09:30 +00:00 committed by Automerger Merge Worker
commit 20b8c1f282

View file

@ -831,6 +831,10 @@ 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
PRODUCT_PRODUCT_PROPERTIES += \
persist.sys.fuse.bpf.enable=false
# 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