Remove unnecessary rules

This commit is contained in:
topjohnwu 2019-03-08 04:21:23 -05:00
parent 0204d05316
commit c134fb1939

View File

@ -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");