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/platform_app.te b/sepolicy/platform_app.te
index 8e1907e..80eee46 100644
--- a/sepolicy/platform_app.te
+++ b/sepolicy/platform_app.te
@@ -4,7 +4,7 @@ get_prop(system_app, media_prop)
#allow platform_app vendor_file:file { getattr read open execute };
allow platform_app systemcontrol_hwservice:hwservice_manager { find };
-allow platform_app system_control:binder { call };
+allow platform_app system_control:binder { call transfer };
allow platform_app droidmount_service:service_manager { find };
allow platform_app subtitle_service:service_manager { find };
allow platform_app iso9660:dir { search open read getattr };