improve dumpstate performance to 72 seconds
Bug: 259302023 Test: adb bugreport Change-Id: I6e777e532ab09a54cec59fdb4f51c451db6f85de
This commit is contained in:
parent
f60c6d57b0
commit
5adddd397a
4 changed files with 11 additions and 0 deletions
1
private/odrefresh.te
Normal file
1
private/odrefresh.te
Normal file
|
@ -0,0 +1 @@
|
|||
dontaudit odrefresh property_type:file *;
|
2
radio/private/service_contexts
Normal file
2
radio/private/service_contexts
Normal file
|
@ -0,0 +1,2 @@
|
|||
telephony.oem.oemrilhook u:object_r:radio_service:s0
|
||||
|
6
tracking_denials/hal_dumpstate_default.te
Normal file
6
tracking_denials/hal_dumpstate_default.te
Normal file
|
@ -0,0 +1,6 @@
|
|||
# b/259302023
|
||||
dontaudit hal_dumpstate_default file_type:file *;
|
||||
dontaudit hal_dumpstate_default fs_type:file *;
|
||||
dontaudit hal_dumpstate_default file_type:dir *;
|
||||
dontaudit hal_dumpstate_default fs_type:dir *;
|
||||
dontaudit hal_dumpstate_default property_type:file *;
|
2
tracking_denials/incidentd.te
Normal file
2
tracking_denials/incidentd.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# b/259302023
|
||||
dontaudit incidentd property_type:file *;
|
Loading…
Add table
Add a link
Reference in a new issue