소스 검색

sm8450-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 <[email protected]>
Change-Id: I3f39b02af436f7e508bb70efc702565a667a051c
Alessio Balsini 4 년 전
부모
커밋
7a9ef94f78
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      properties/vendor.prop

+ 3 - 0
properties/vendor.prop

@@ -120,6 +120,9 @@ drm.service.enabled=true
 # FRP
 ro.frp.pst=/dev/block/bootdevice/by-name/frp
 
+# FUSE passthrough
+persist.sys.fuse.passthrough.enable=true
+
 # Gatekeeper
 vendor.gatekeeper.disable_spu=true