supolicy: added system_app to mlstrustedsubject (#109)

* supolicy: added system_app to mlstrustedsubject

* Update post-fs-data.sh
This commit is contained in:
Shauli Bracha 2019-02-25 15:54:00 +02:00 committed by solohsu
parent 0208d9f846
commit c94f5543c0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ supolicy --live "allow coredomain coredomain process {execmem}"
# read configs set in our app
supolicy --live "allow {zygote system_server} app_data_file * *"
supolicy --live "attradd platform_app mlstrustedsubject"
supolicy --live "attradd {system_app platform_app} mlstrustedsubject"
# read module apk file in zygote
supolicy --live "allow zygote apk_data_file * *"