From 3e33d3519b85caf590cd1fbd000196c652d525e5 Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Tue, 7 Dec 2021 22:06:42 +0100 Subject: [PATCH] sweet: Use FUSE passthrough by default Enable the persist.sys.fuse.passthrough.enable flag in the system configuration to enable the FUSE passthrough feature. This feature has been enabled on Cuttlefish devices for about two 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: Id93be77565a50116bd82853d18e22b03e72e718e --- system.prop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system.prop b/system.prop index b8082e9..a378d33 100644 --- a/system.prop +++ b/system.prop @@ -11,3 +11,5 @@ ro.adb.secure=0 fbe.metadata.wrappedkey=true ro.crypto.volume.filenames_mode=aes-256-cts +# FUSE passthrough +persist.sys.fuse.passthrough.enable=true