Add external_storage.cross_user.enabled property
This allows the FUSE daemon handle FUSE_LOOKUP requests across user boundaries. Workaround to support some OEMs for their app cloning feature in R Bug: 162476851 Bug: 172177780 Test: Manual Change-Id: Ic1408f413ec3dc4917d3acfda2c5f62f9c16f187
This commit is contained in:
parent
86209626ce
commit
aa1499dd27
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ ro.dalvik.vm.native.bridge u:object_r:dalvik_config_prop:s0 exact string
|
|||
external_storage.projid.enabled u:object_r:storage_config_prop:s0 exact bool
|
||||
external_storage.casefold.enabled u:object_r:storage_config_prop:s0 exact bool
|
||||
external_storage.sdcardfs.enabled u:object_r:storage_config_prop:s0 exact bool
|
||||
external_storage.cross_user.enabled u:object_r:storage_config_prop:s0 exact bool
|
||||
|
||||
ro.config.per_app_memcg u:object_r:lmkd_config_prop:s0 exact bool
|
||||
ro.lmk.critical u:object_r:lmkd_config_prop:s0 exact int
|
||||
|
|
Loading…
Reference in a new issue