Fix EdXposed Magisk module can't be loaded on some devices
This commit is contained in:
parent
441106915f
commit
f74cf04361
|
|
@ -17,7 +17,7 @@ supolicy --live "allow system_server system_server process {execmem}"
|
||||||
supolicy --live "allow coredomain coredomain process {execmem}"
|
supolicy --live "allow coredomain coredomain process {execmem}"
|
||||||
|
|
||||||
# read configs set in our app
|
# read configs set in our app
|
||||||
supolicy --live "allow {zygote system_server} app_data_file * *"
|
supolicy --live "allow coredomain app_data_file * *"
|
||||||
supolicy --live "attradd {system_app platform_app} mlstrustedsubject"
|
supolicy --live "attradd {system_app platform_app} mlstrustedsubject"
|
||||||
|
|
||||||
# read module apk file in zygote
|
# read module apk file in zygote
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue