summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--[-rwxr-xr-x]core_amlogic.mk11
-rw-r--r--public.libraries.txt3
-rw-r--r--sepolicy/aml_core/aml_core_service.te2
-rw-r--r--[-rwxr-xr-x]sepolicy/file_contexts5
-rw-r--r--[-rwxr-xr-x]sepolicy/hal_graphics_composer_default.te2
-rw-r--r--sepolicy/platform_app.te2
-rw-r--r--sepolicy/priv_app.te2
-rw-r--r--sepolicy/system_control.te6
-rw-r--r--[-rwxr-xr-x]sepolicy/untrusted_app.te2
9 files changed, 30 insertions, 5 deletions
diff --git a/sepolicy/aml_core/aml_core_service.te b/sepolicy/aml_core/aml_core_service.te
index 58cb70f..f5029e5 100644
--- a/sepolicy/aml_core/aml_core_service.te
+++ b/sepolicy/aml_core/aml_core_service.te
@@ -30,7 +30,7 @@ allow aml_core_app trust_service:service_manager find;
allow aml_core_app user_service:service_manager find;
-allow aml_core_app system_control:binder call;
+allow aml_core_app system_control:binder { call transfer };
binder_call(aml_core_app, droidvold)
binder_call(aml_core_app, tvserver)