Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/core_hook.c: try umount /system/etc/hosts
Modding hosts file is a common thing to have on rooted android devices. But this is easy to detect, either by reading the file, checking modified time and checking its filesize. Unmounting it as needed for non-root processes solves this issue. kernel: try umount /system/etc/hosts tiann#1494
- Loading branch information