Merge "Fix hal_uwb_default dumpstate SELinux errors" into sc-dev am: 846cba7286

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15164003

Change-Id: Iec3adee2e2fbf126790a00719da38cef9f499e30
This commit is contained in:
TreeHugger Robot 2021-07-01 08:24:42 +00:00 committed by Automerger Merge Worker
commit c077524883
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;