mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-25 10:07:24 +00:00
parent
cffd024e9e
commit
90545057e9
@ -391,6 +391,7 @@ static void daemon_entry() {
|
||||
|
||||
default_new(poll_map);
|
||||
default_new(poll_fds);
|
||||
default_new(module_list);
|
||||
|
||||
// Register handler for main socket
|
||||
pollfd main_socket_pfd = { fd, POLLIN, 0 };
|
||||
|
@ -583,7 +583,6 @@ void magic_mount() {
|
||||
|
||||
char buf[4096];
|
||||
LOGI("* Loading modules\n");
|
||||
if (module_list) {
|
||||
for (const auto &m : *module_list) {
|
||||
const char *module = m.name.data();
|
||||
char *b = buf + sprintf(buf, "%s/" MODULEMNT "/%s/", MAGISKTMP.data(), module);
|
||||
@ -611,7 +610,6 @@ void magic_mount() {
|
||||
system->collect_files(module, fd);
|
||||
close(fd);
|
||||
}
|
||||
}
|
||||
if (MAGISKTMP != "/sbin") {
|
||||
// Need to inject our binaries into /system/bin
|
||||
inject_magisk_bins(system);
|
||||
@ -768,7 +766,6 @@ static void collect_modules(bool open_zygisk) {
|
||||
}
|
||||
|
||||
void handle_modules() {
|
||||
default_new(module_list);
|
||||
prepare_modules();
|
||||
collect_modules(false);
|
||||
exec_module_scripts("post-fs-data");
|
||||
|
Loading…
x
Reference in New Issue
Block a user