Move euiccpixel_app dontaudit items out of tracking_denials

bug: 265286368
bug: 269218505
Change-Id: I7dec7ad23ee48cf719d6e7442e60ddcc13c02a8f
This commit is contained in:
Welly Hsu 2023-03-17 11:37:12 +08:00
parent 3cda1dd51b
commit 97b397fc5e
2 changed files with 4 additions and 5 deletions

View file

@ -1,4 +0,0 @@
# b/265286368
dontaudit euiccpixel_app default_android_service:service_manager { find };
# b/269218505
dontaudit euiccpixel_app default_prop:file { read };

View file

@ -15,4 +15,7 @@ userdebug_or_eng(`
# Access to directly upgrade firmware on st54spi_device used for engineering devices
typeattribute st54spi_device mlstrustedobject;
allow euiccpixel_app st54spi_device:chr_file rw_file_perms;
')
')
# b/265286368 framework UI rendering properties
dontaudit euiccpixel_app default_prop:file { read };