Add zygote server notifier

This commit is contained in:
topjohnwu
2019-03-04 16:45:18 -05:00
parent e73fa57d54
commit 6c3896079d
8 changed files with 68 additions and 13 deletions

View File

@@ -78,6 +78,7 @@ void sepol_magisk_rules() {
allowSuClient("untrusted_app_25");
allowSuClient("untrusted_app_27");
allowSuClient("update_engine");
allowSuClient("zygote");
// suRights
sepol_allow("servicemanager", SEPOL_PROC_DOMAIN, "dir", "search");