You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Compare commits
2 Commits
9476e7282d
...
eaf9527971
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eaf9527971 | ||
|
|
da937a88c8 |
@@ -1,7 +1,7 @@
|
||||
use crate::consts::MODULEROOT;
|
||||
use crate::daemon::{MagiskD, to_user_id};
|
||||
use crate::ffi::{
|
||||
ZygiskRequest, ZygiskStateFlags, get_magisk_tmp, restore_zygisk_prop, update_deny_flags,
|
||||
ZygiskRequest, ZygiskStateFlags, get_magisk_tmp, restore_zygisk_prop, set_zygisk_prop, update_deny_flags,
|
||||
};
|
||||
use crate::socket::{IpcRead, UnixSocketExt};
|
||||
use base::libc::{O_CLOEXEC, O_CREAT, O_RDONLY, STDOUT_FILENO};
|
||||
@@ -89,6 +89,8 @@ impl MagiskD {
|
||||
|
||||
if restore {
|
||||
restore_zygisk_prop();
|
||||
} else {
|
||||
set_zygisk_prop();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ emu_args=
|
||||
emu_pid=
|
||||
|
||||
atd_min_api=30
|
||||
atd_max_api=35
|
||||
atd_max_api=36
|
||||
huge_ram_min_api=26
|
||||
|
||||
case $(uname -m) in
|
||||
|
||||
Reference in New Issue
Block a user