device_google_zuma/tracking_denials/hal_uwb_default.te
Rex Lin f1f25dc94f [SELinux] Fix hal_uwb_default dumpstate errors
Bug: 263048994
Test: http://ab/I62800010129138096
Change-Id: I4fc3dedb8e35e4d7520acded58d66f5206565afb
Signed-off-by: Rex Lin <rexcylin@google.com>
2023-02-07 08:17:54 +00:00

9 lines
305 B
Text

# b/260366065
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/264489750
userdebug_or_eng(`
permissive hal_uwb_default;
')# b/267260951
dontaudit hal_uwb_default debugfs:file { read };