Merge "[SELinux] Fix hal_uwb_default dumpstate errors"

This commit is contained in:
TreeHugger Robot 2023-02-08 01:43:53 +00:00 committed by Android (Google) Code Review
commit 4e02d08f95
2 changed files with 2 additions and 3 deletions

View file

@ -2,9 +2,6 @@
dontaudit hal_uwb_default device:chr_file { ioctl };
dontaudit hal_uwb_default device:chr_file { open };
dontaudit hal_uwb_default device:chr_file { read write };
# b/263048994
dontaudit hal_uwb_default dumpstate:fd { use };
dontaudit hal_uwb_default dumpstate:fifo_file { write };
# b/264489750
userdebug_or_eng(`
permissive hal_uwb_default;

2
vendor/dumpstate.te vendored
View file

@ -2,3 +2,5 @@
dump_hal(hal_graphics_composer)
dump_hal(hal_health)
dump_hal(hal_uwb)