Update error on ROM 9486762

Bug: 265384119
Bug: 265383359
Bug: 265383532
Test: SELinuxUncheckedDenialBootTest
Change-Id: I78bf39772c8f2a6b5c403ed5b113a34ff7d9dab0
This commit is contained in:
sukiliu 2023-01-13 15:33:02 +08:00
parent af6131d348
commit 305330ef84
3 changed files with 10 additions and 2 deletions

View file

@ -66,4 +66,7 @@ dontaudit euiccpixel_app permission_checker_service:service_manager { find };
# b/264489745
userdebug_or_eng(`
permissive euiccpixel_app;
')
')# b/265384119
dontaudit euiccpixel_app gmscore_app:binder { call };
dontaudit euiccpixel_app gmscore_app:binder { transfer };
dontaudit euiccpixel_app virtual_device_service:service_manager { find };

View file

@ -7,4 +7,6 @@ dontaudit gmscore_app modem_img_file:filesystem { getattr };
# b/264489521
userdebug_or_eng(`
permissive gmscore_app;
')
')# b/265383359
dontaudit gmscore_app euiccpixel_app:binder { call };
dontaudit gmscore_app euiccpixel_app:binder { transfer };

View file

@ -37,3 +37,6 @@ userdebug_or_eng(`
')# b/264606212
dontaudit hal_usb_impl hal_thermal_hwservice:hwservice_manager { find };
dontaudit hal_usb_impl hidl_manager_hwservice:hwservice_manager { find };
# b/265383532
dontaudit hal_usb_impl sysfs_batteryinfo:dir { open };
dontaudit hal_usb_impl sysfs_batteryinfo:dir { read };