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:
parent
7ea816284d
commit
56beb62f69
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
|
||||||
|
|
1
whitechapel/vendor/google/dumpstate.te
vendored
1
whitechapel/vendor/google/dumpstate.te
vendored
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue