summaryrefslogtreecommitdiff
authorxiaoliang.wang <xiaoliang.wang@amlogic.com>2017-11-02 06:29:11 (GMT)
committer xiaoliang.wang <xiaoliang.wang@amlogic.com>2017-11-02 06:29:11 (GMT)
commit063def2e1bd56ce313979791ae328f5bf63612ae (patch)
tree49cb1f0a838f43e477d9e1e4070dda08a3b2c0b9
parent94373a40843e72fcef53a5130626c1249e855d23 (diff)
downloadamlogic-o-063def2e1bd56ce313979791ae328f5bf63612ae.zip
amlogic-o-063def2e1bd56ce313979791ae328f5bf63612ae.tar.gz
amlogic-o-063def2e1bd56ce313979791ae328f5bf63612ae.tar.bz2
Sepolicy: modify for full treble[1/3]
PD#153581 modify for full treble Change-Id: I0ce696c7edffce639d87c39614619f1d1e1a7778
Diffstat
-rw-r--r--common/sepolicy/platform_app.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/sepolicy/platform_app.te b/common/sepolicy/platform_app.te
index 3a00268..5bdab48 100644
--- a/common/sepolicy/platform_app.te
+++ b/common/sepolicy/platform_app.te
@@ -34,3 +34,7 @@ allow platform_app exfat:file create_file_perms;
allow platform_app ntfs:dir create_dir_perms;
allow platform_app ntfs:file create_file_perms;
+allow platform_app systemcontrol_hwservice:hwservice_manager { find };
+allow platform_app system_control:binder { call };
+allow platform_app droidmount_service:service_manager { find };
+allow platform_app subtitle_service:service_manager { find }; \ No newline at end of file