Merge changes Ic697ffe8,Idcf38e09 into sc-dev

* changes:
  Remove dumpstate AVC denials dontaudit for twoshay
  Allow dumpstate to access twoshay
This commit is contained in:
TreeHugger Robot 2021-05-10 01:11:46 +00:00 committed by Android (Google) Code Review
commit a2d2ebd508
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,2 @@
# b/185723618 # b/185723618
dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find }; dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find };
# b/187014717
dontaudit dumpstate twoshay:binder call;

View file

@ -54,6 +54,9 @@ allow hal_dumpstate_default sysfs_thermal:dir r_dir_perms;
allow hal_dumpstate_default sysfs_thermal:file r_file_perms; allow hal_dumpstate_default sysfs_thermal:file r_file_perms;
allow hal_dumpstate_default sysfs_thermal:lnk_file read; allow hal_dumpstate_default sysfs_thermal:lnk_file read;
allow hal_dumpstate_default touch_context_service:service_manager find;
binder_call(hal_dumpstate_default, twoshay)
# Modem logs # Modem logs
allow hal_dumpstate_default modem_efs_file:dir search; allow hal_dumpstate_default modem_efs_file:dir search;
allow hal_dumpstate_default modem_efs_file:file r_file_perms; allow hal_dumpstate_default modem_efs_file:file r_file_perms;