You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Make log pipe a FIFO instead of anonymous pipe
This commit is contained in:
@@ -131,4 +131,7 @@ void restore_tmpcon() {
|
||||
|
||||
for (dirent *entry; (entry = xreaddir(dir.get()));)
|
||||
setfilecon_at(dfd, entry->d_name, SYSTEM_CON);
|
||||
|
||||
string logd = MAGISKTMP + "/" LOG_PIPE;
|
||||
setfilecon(logd.data(), MAGISK_FILE_CON);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user