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/system_control.te b/sepolicy/system_control.te
index 7bd11f6..3500455 100644
--- a/sepolicy/system_control.te
+++ b/sepolicy/system_control.te
@@ -147,3 +147,9 @@ allow system_control sysfs_leds:dir search;
allow system_control hal_keymaster_hwservice:hwservice_manager { find };
allow system_control hal_keymaster_default:binder { call };
+allow system_control priv_app:binder { call };
+allow system_control hdmicecd:binder { call transfer };
+allow system_control aml_core_app:binder { call transfer };
+allow system_control hal_graphics_composer_default:binder { call transfer };
+allow system_control platform_app:binder { call transfer };
+allow system_control untrusted_app:binder { call transfer }; \ No newline at end of file