FUSE-BPF: vold and MediaProvider access to ro.fuse.bpf.enabled
This system property is going to be used by vold and MediaProvider to enable/disable the FUSE-BPF feature in dogfood. This is a simple way to quickly turn the feature off is breakages are detected. Bug: 202785178 Test: adb logcat | grep "FuseDaemon" | grep BPF Signed-off-by: Alessio Balsini <balsini@google.com> Change-Id: I65ae60b6a505db52b30232b9e5a504eccaafa1eb
This commit is contained in:
parent
ee0b51e099
commit
bf729fdcf6
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ 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.fuse.bpf.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