Skip to content

Commit

Permalink
Update rootdir.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Aug 10, 2024
1 parent fc1ddc1 commit bba4f18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion native/src/init/rootdir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ pub fn inject_magisk_rc(fd: RawFd, tmp_dir: &Utf8CStr) {
r#"
on post-fs-data
start logd
umount -l /debug_ramdisk
umount /debug_ramdisk
umount /system/etc/init/hw/init.zygote64_32.rc
umount /system/etc/init/hw/init.zygote32.rc
"#)
.ok();

Expand Down

0 comments on commit bba4f18

Please sign in to comment.