Releases: tiann/KernelSU
Releases · tiann/KernelSU
v0.5.0
Changelog for version 0.5.0:
- The "su" command in KernelSU is now compatible with MagiskSU, supporting parameters such as -v, -V, --mount-master/-mm, --preserve-environment/-p, etc. Many root apps that depend on MagiskSU should now be able to run in KernelSU.
- The mount point for module updates has been changed to be consistent with Magisk: /data/adb/modules_update.
- Kernel 5.10 and above will by default unmount files mounted by modules for applications without authorized su permissions .
- Fixed an issue with side-channel attacks detecting KernelSU.
Note: The Kernel and Manager must be upgraded together, otherwise "su" may not work properly.
v0.4.1
Changelog:
- Module supports
REPLACE
andREMOVE
now, check details here: https://kernelsu.org/guide/module.html#system-directory - Common scripts are moved to
/data/adb/post-fs-data.d
and/data/adb/service.d
.
And we have a doc for Rescue from bootloop: https://kernelsu.org/guide/rescue-from-bootloop.html
v0.4.0
Changelog for version 0.4.0:
The module directory for KernelSU is now the same as Magisk, which is /data/adb/modules. Therefore:
- The module systems for KernelSU and Magisk cannot coexist; KernelSU modules will refuse to run if Magisk is detected (su will still work).
- Some modules with hardcoded paths may be compatible.
After installation, the module list in the manager may be empty, and you will need to reboot your device!
v0.3.9
ksud: fix clippy
v0.3.8
manager: Update ID language translation (#239) Signed-off-by: RooGhz720 <[email protected]> Signed-off-by: RooGhz720 <[email protected]>
v0.3.7
Add release ci (#218)
v0.3.6
This is an alpha release, KernelSU is WIP, !!USE AT YOUR OWN RISK!!
For installation, refer: https://kernelsu.org/guide/installation.html
Changelog:
- support module sepolicy.rule
- support common post-fs-data.sh and service.sh
- fix some module issues.
v0.3.4
This is an alpha release, KernelSU is WIP, !!USE AT YOUR OWN RISK!!
For installation, refer: https://kernelsu.org/guide/installation.html