Remove dontaudit for secure_element

SELinuxUncheckedDenialBootTest
scanAvcDeniedLogRightAfterReboot
no avc denials for secure_element

Bug: 264490093
Bug: 262794969
Bug: 261651095
Bug: 260922187
Bug: 260768672
Test: manually check dumpsys secure_element
Test: run cts -m CtsOmapiTestCases
Test: m atest && atest-dev com.google.android.selinux.pts.SELinuxTest#scanAvcDeniedLogRightAfterReboot
Change-Id: Ic06f9d0bf61bc8f30e0f285403a99e2c73384418
This commit is contained in:
George 2023-02-10 17:25:37 +08:00 committed by George Chang
parent cf818217df
commit 39733f8622

View file

@ -1,18 +0,0 @@
# b/260768672
dontaudit secure_element euiccpixel_app:binder { transfer };
# b/260922187
dontaudit secure_element euiccpixel_app:binder { transfer };
# b/261651095
dontaudit secure_element hal_secure_element_uicc:binder { call };
dontaudit secure_element hal_secure_element_uicc:binder { transfer };
dontaudit secure_element system_data_file:dir { add_name };
dontaudit secure_element system_data_file:dir { remove_name };
dontaudit secure_element system_data_file:file { create };
dontaudit secure_element system_data_file:file { rename };
dontaudit secure_element system_data_file:file { write open };
# b/262794969
dontaudit secure_element system_data_file:file { unlink };
# b/264490093
userdebug_or_eng(`
permissive secure_element;
')