Fix hal_uwb_default dumpstate SELinux errors

Fixes: b/192026913
Test: Run dumpstate and confirm no avc denials

Signed-off-by: Michael Ayoubi <mayoubi@google.com>
Change-Id: I3d818fb066a834663dc63b8757bd16c08a1a0e9e
This commit is contained in:
Michael Ayoubi 2021-07-01 00:10:44 +00:00
parent 7ea816284d
commit 56beb62f69
2 changed files with 1 additions and 2 deletions

View file

@ -4,5 +4,3 @@ dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find };
dontaudit dumpstate twoshay:binder call;
# b/190337283
dontaudit dumpstate debugfs_wakeup_sources:file read;
# b/192026913
dontaudit dumpstate hal_uwb_default:binder call;

View file

@ -1,5 +1,6 @@
dump_hal(hal_telephony)
dump_hal(hal_graphics_composer)
dump_hal(hal_uwb)
userdebug_or_eng(`
allow dumpstate media_rw_data_file:file append;