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 <balsini@google.com> Change-Id: I3f39b02af436f7e508bb70efc702565a667a051c
This commit is contained in:
parent
7e941406e3
commit
fda7743839
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@ ro.fastbootd.available=true
|
||||||
# Factory Reset Protection
|
# Factory Reset Protection
|
||||||
ro.frp.pst=/dev/block/bootdevice/by-name/frp
|
ro.frp.pst=/dev/block/bootdevice/by-name/frp
|
||||||
|
|
||||||
|
# FUSE passthrough
|
||||||
|
persist.sys.fuse.passthrough.enable=true
|
||||||
|
|
||||||
# FS-verity
|
# FS-verity
|
||||||
ro.apk_verity.mode=2
|
ro.apk_verity.mode=2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue