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/untrusted_app.te b/sepolicy/untrusted_app.te
index 9653e15..0bfedb2 100755..100644
--- a/sepolicy/untrusted_app.te
+++ b/sepolicy/untrusted_app.te
@@ -1,4 +1,4 @@
-allow untrusted_app system_control:binder { call };
+allow untrusted_app system_control:binder { call transfer };
allow untrusted_app fuseblk:dir { search };
allow untrusted_app fuseblk:file { read open getattr };