Commit c134fb19 authored by topjohnwu's avatar topjohnwu

Remove unnecessary rules

parent 0204d053
...@@ -78,7 +78,6 @@ void sepol_magisk_rules() { ...@@ -78,7 +78,6 @@ void sepol_magisk_rules() {
allowSuClient("untrusted_app_25"); allowSuClient("untrusted_app_25");
allowSuClient("untrusted_app_27"); allowSuClient("untrusted_app_27");
allowSuClient("update_engine"); allowSuClient("update_engine");
allowSuClient("zygote");
// suRights // suRights
sepol_allow("servicemanager", SEPOL_PROC_DOMAIN, "dir", "search"); sepol_allow("servicemanager", SEPOL_PROC_DOMAIN, "dir", "search");
......
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