Skip to content

Commit

Permalink
sweet: Use FUSE passthrough by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: Id93be77565a50116bd82853d18e22b03e72e718e
  • Loading branch information
balsini authored and itsshashanksp committed Sep 10, 2023
1 parent 1f93def commit 7f97eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f97eb0

Please sign in to comment.