supolicy: added system_app to mlstrustedsubject (#109)
* supolicy: added system_app to mlstrustedsubject * Update post-fs-data.sh
This commit is contained in:
parent
0208d9f846
commit
c94f5543c0
|
|
@ -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 * *"
|
||||
|
|
|
|||
Loading…
Reference in New Issue