Enforce systesm_app

Fix: 260768379
Fix: 260922048
Fix: 264490076
Test: boot-to-home, no related avc error
Change-Id: If9ead09340f5d810ec549f4c83015f3301f1113c
This commit is contained in:
Wilson Sung 2023-03-22 16:00:34 +08:00
parent a112b65748
commit 6bf3029916

View file

@ -1,12 +0,0 @@
# b/260768379
dontaudit system_app default_android_service:service_manager { find };
dontaudit system_app vendor_default_prop:file { open };
# b/260922048
dontaudit system_app default_android_service:service_manager { find };
dontaudit system_app vendor_default_prop:file { getattr };
dontaudit system_app vendor_default_prop:file { map };
dontaudit system_app vendor_default_prop:file { open };
# b/264490076
userdebug_or_eng(`
permissive system_app;
')