Magisk/native/jni/core
msdx321 a7ceb04cb7 Fix early mount on S9/S9+
Unlike other common OEMs, Samsung use uppper case partition name.

e.g: /dev/block/platform/11120000.ufs/by-name/SYSTEM

This will cause setup_block() fails to find a match partition.
Thus, we should use strcasecmp instead of strcmp.

Signed-off-by: msdx321 <msdx321@gmail.com>
2018-06-03 17:02:30 +08:00
..
bootstages.c Update restorecon implementation 2018-06-03 14:43:03 +08:00
daemon.c Add invincible mode back 2018-04-29 12:17:28 +08:00
log_monitor.c Massive refactoring 2018-04-22 02:16:56 +08:00
magisk.c Update restorecon implementation 2018-06-03 14:43:03 +08:00
magiskinit.c Fix early mount on S9/S9+ 2018-06-03 17:02:30 +08:00
socket.c Massive sepolicy refactor 2018-04-15 03:18:18 +08:00