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: I69d7c6077426c73f871a3c0710f57d1c043d18c5
This commit is contained in:
TreeHugger Robot 2021-07-01 08:25:49 +00:00 committed by Automerger Merge Worker
commit 6e8e0a52a0
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;