Fix restorecon

This commit is contained in:
vvb2060
2023-03-15 00:24:33 +08:00
committed by John Wu
parent a18a440236
commit 69529ac59c
8 changed files with 16 additions and 21 deletions

View File

@@ -72,7 +72,7 @@ on property:init.svc.zygote=restarting
on property:init.svc.zygote=stopped
exec %2$s 0 0 -- %1$s/magisk --zygote-restart
)EOF", tmp_dir, "u:r:" SEPOL_PROC_DOMAIN ":s0");
)EOF", tmp_dir, MAGISK_PROC_CON);
fclose(rc);
clone_attr(src, dest);