Magisk/native/jni/core
topjohnwu 43146b8316 Update su request process
Due to changes in ec3705f2ed, the app can
no longer communicate with the dameon through a socket opened on the
daemon side due to SELinux restrictions. The workaround here is to have
the daemon decide a socket name, send it to the app, have the app create
the socket server, then finally the daemon connects to the app through
the socket.
2020-06-19 03:52:25 -07:00
..
applet_stub.cpp Fix compilation of single applets 2020-06-19 02:45:57 -07:00
applets.cpp Small native code reorganization 2020-03-09 01:50:30 -07:00
bootstages.cpp Detect volume down key combo for safe mode 2020-05-19 04:57:47 -07:00
daemon.cpp Better logging system 2020-06-01 04:15:37 -07:00
db.cpp Android 11 support 🎉 2020-04-19 02:47:22 -07:00
magisk.cpp Better logging system 2020-06-01 04:15:37 -07:00
module.cpp Switch to debug logging in modules 2020-06-01 04:22:57 -07:00
restorecon.cpp Redesign of MagiskSU's sepolicy model 2020-06-03 23:29:42 -07:00
scripting.cpp Redesign of MagiskSU's sepolicy model 2020-06-03 23:29:42 -07:00
socket.cpp Update su request process 2020-06-19 03:52:25 -07:00