From fda7743839bb25f32adbea4bbc364a7dfce79c9d Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Mon, 8 Mar 2021 11:18:16 +0000 Subject: [PATCH] sdm710-common: Use FUSE passthrough by default Enable the persist.sys.fuse.passthrough.enable flag for the device configuration to enable the FUSE passthrough feature. This feature has been enabled on Cuttlefish, Wembley and Redbull devices for months and no issues have been detected yet. Bug: 168023149 Test: 'adb shell getprop | grep persist.sys.fuse.passthrough.enable', ScopedStorageTest Signed-off-by: Alessio Balsini Change-Id: I3f39b02af436f7e508bb70efc702565a667a051c --- vendor.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vendor.prop b/vendor.prop index ac5d633..1ed49eb 100644 --- a/vendor.prop +++ b/vendor.prop @@ -130,6 +130,9 @@ ro.fastbootd.available=true # Factory Reset Protection ro.frp.pst=/dev/block/bootdevice/by-name/frp +# FUSE passthrough +persist.sys.fuse.passthrough.enable=true + # FS-verity ro.apk_verity.mode=2