Releases: tiann/KernelSU
Releases · tiann/KernelSU
v0.6.1
- Support online updates for modules and manager.
- Fix the potential issue of umount failing.
- Harden the signature verification of the manager.
v0.6.0
Initial support for App Profile!
By setting appropriate UID, GID, groups, and capabilities (as well as the upcoming SELinux) for the apps that require root privileges, you can exercise more fine-grained control over these permissions. For instance, you can grant file manager-related permissions for read-write access and deny dangerous permissions like ptrace. You can also downgrade root privileges for apps like Ice Box to shell or system privileges. Open KernelSU's manager and begin setting up your App Profiles!
v0.5.7
- Support for several languages.
- Fixed a bug where the kernel umount may fail.
- Fixed a bug where REPLACE in modules may not take effect.
- Fixed a problem where x86_64 devices may not work.
- Fixed some issues with module mounting.
v0.5.6
Update build-manager.yml
v0.5.5
kernel: fix incorrect invalidate for manager in work profile
v0.5.4
Revert "manager: manager: disable user scroll when refreshing" This reverts commit d86b524558342d36641c605a28e03b5b2afcf846.
v0.5.3
v0.5.2
Changelog:
- Fix the issue that the module system may conflict with the stock mounts of the system, causing the bootloop.
- Fix the reboot issue that may be caused by using the manager on Meizu devices.
- Fix the failure of the built-in sepolicy patch on some devices.
v0.5.1
Changelog for version 0.5.1:
- We revert ddbc71b in f9df8d3, so that old kernels come back.
/data/adb/ksu/bin
will be added to PATH in suunintall.sh
will be executed when you uninstall modules/data/adb/ksu/.ksurc
file. For details: https://kernelsu.org/guide/hidden-features.html#ksurc- Logs will be saved to public download directory
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.