Merge "Update error on ROM 9486762"

This commit is contained in:
TreeHugger Robot 2023-01-13 09:14:49 +00:00 committed by Android (Google) Code Review
commit 71b801e2b7
3 changed files with 10 additions and 2 deletions

View file

@ -68,4 +68,7 @@ dontaudit euiccpixel_app default_android_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 };