Enforce isolated_app and untrusted_app

Fix: 264489642
Fix: 264972745
Fix: 267261265
Test: boot-to-home and no related avc error
Change-Id: I4770a076f6a5159db6ffea0661b52b449df9c55a
This commit is contained in:
Wilson Sung 2023-03-15 12:24:43 +08:00
parent 35b10634bf
commit 63a66ef59e
3 changed files with 0 additions and 11 deletions

View file

@ -1,4 +0,0 @@
# b/264490011
userdebug_or_eng(`
permissive isolated_app;
')

View file

@ -1,5 +0,0 @@
# b/264489642
userdebug_or_eng(`
permissive untrusted_app;
')# b/264972745
dontaudit untrusted_app default_android_service:service_manager { find };

View file

@ -1,2 +0,0 @@
# b/267261265
dontaudit untrusted_app_32 default_android_service:service_manager { find };