Magisk/native/jni/su
topjohnwu ab5fedda0b Prevent Magisk database race condition
The database should only be accessed by a single process, which is magiskd.
This means 'magisk --sqlite [SQL]' has to be updated to pass the SQL command to the daemon.
In addition, open the database connection with SQLITE_OPEN_FULLMUTEX to support multithread in magiskd.
2018-11-16 03:20:30 -05:00
..
connect.cpp Modernize database code 2018-11-04 18:24:08 -05:00
pts.cpp Fully migrate Magisk to C++ 2018-11-04 04:15:51 -05:00
pts.h Move MagiskSU sources to native/jni/su 2018-07-18 18:23:36 +08:00
su_daemon.cpp Prevent Magisk database race condition 2018-11-16 03:20:30 -05:00
su.cpp Fully migrate Magisk to C++ 2018-11-04 04:15:51 -05:00
su.h Modernize database code 2018-11-04 18:24:08 -05:00