Merge "Fix hal_uwb_default dumpstate SELinux errors" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-07-01 08:07:05 +00:00 committed by Android (Google) Code Review
commit 846cba7286
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; dontaudit dumpstate twoshay:binder call;
# b/190337283 # b/190337283
dontaudit dumpstate debugfs_wakeup_sources:file read; 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_telephony)
dump_hal(hal_graphics_composer) dump_hal(hal_graphics_composer)
dump_hal(hal_uwb)
userdebug_or_eng(` userdebug_or_eng(`
allow dumpstate media_rw_data_file:file append; allow dumpstate media_rw_data_file:file append;