You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Rename function to be more descriptive
This commit is contained in:
@@ -186,5 +186,5 @@ bool check_two_stage() {
|
||||
return true;
|
||||
// If we still have no indication, parse the original init and see what's up
|
||||
auto init = raw_data::mmap_ro("/.backup/init");
|
||||
return init.find("selinux_setup");
|
||||
return init.contains("selinux_setup");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user