Commit 0f61c627 authored by corsicanu's avatar corsicanu Committed by John Wu

Support deodexed ROM on Pie (Samsung)

- cc @abrahamgcc
parent 71266484
...@@ -175,6 +175,10 @@ void sepol_magisk_rules() { ...@@ -175,6 +175,10 @@ void sepol_magisk_rules() {
// Support deodexed ROM on Oreo // Support deodexed ROM on Oreo
sepol_allow("zygote", "dalvikcache_data_file", "file", "execute"); sepol_allow("zygote", "dalvikcache_data_file", "file", "execute");
// Support deodexed ROM on Pie (Samsung)
sepol_allow("system_server", "dalvikcache_data_file", "file", "write");
sepol_allow("system_server", "dalvikcache_data_file", "file", "execute");
// Allow update engine to source addon.d.sh // Allow update engine to source addon.d.sh
sepol_allow("update_engine", "adb_data_file", "dir", ALL); sepol_allow("update_engine", "adb_data_file", "dir", ALL);
......
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