Commit 52a6a7bc authored by topjohnwu's avatar topjohnwu

Support deodexed ROM on Oreo

parent c69dc0f0
......@@ -157,4 +157,7 @@ void sepol_magisk_rules() {
// Xposed
sepol_allow("untrusted_app", "untrusted_app", "capability", "setgid");
sepol_allow("system_server", "dex2oat_exec", "file", ALL);
// Support deodexed ROM on Oreo
sepol_allow("zygote", "dalvikcache_data_file", "file", "execute");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment