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

@@ -317,7 +317,7 @@ static void daemon_entry() {
close(fd);
setsid();
setcon("u:r:" SEPOL_PROC_DOMAIN ":s0");
setcon(MAGISK_PROC_CON);
start_log_daemon();