Skip to content

Releases: tiann/KernelSU

v0.6.1

23 Jun 03:35
58ffaeb
Compare
Choose a tag to compare
  1. Support online updates for modules and manager.
  2. Fix the potential issue of umount failing.
  3. Harden the signature verification of the manager.

v0.6.0

06 Jun 14:16
Compare
Choose a tag to compare

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

16 May 03:03
2716ec5
Compare
Choose a tag to compare
  1. Support for several languages.
  2. Fixed a bug where the kernel umount may fail.
  3. Fixed a bug where REPLACE in modules may not take effect.
  4. Fixed a problem where x86_64 devices may not work.
  5. Fixed some issues with module mounting.

v0.5.6

15 May 04:52
e35180c
Compare
Choose a tag to compare
Update build-manager.yml

v0.5.5

21 Apr 07:47
Compare
Choose a tag to compare
kernel: fix incorrect invalidate for manager in work profile

v0.5.4

19 Apr 13:57
e228197
Compare
Choose a tag to compare
Revert "manager: manager: disable user scroll when refreshing"

This reverts commit d86b524558342d36641c605a28e03b5b2afcf846.

v0.5.3

18 Apr 13:36
Compare
Choose a tag to compare

Changelog:

  1. Refactored module mounting to fix several mounting issues. Thanks to @5ec1cff .
  2. Added support for granting root permissions to apps in work profile.
  3. Added a confirmation dialog when granting root access.
  4. Improved bugreport.

v0.5.2

12 Apr 11:27
0bda101
Compare
Choose a tag to compare

Changelog:

  1. Fix the issue that the module system may conflict with the stock mounts of the system, causing the bootloop.
  2. Fix the reboot issue that may be caused by using the manager on Meizu devices.
  3. Fix the failure of the built-in sepolicy patch on some devices.

v0.5.1

06 Apr 10:29
f9df8d3
Compare
Choose a tag to compare

Changelog for version 0.5.1:

  1. We revert ddbc71b in f9df8d3, so that old kernels come back.
  2. /data/adb/ksu/bin will be added to PATH in su
  3. unintall.sh will be executed when you uninstall modules
  4. /data/adb/ksu/.ksurc file. For details: https://kernelsu.org/guide/hidden-features.html#ksurc
  5. Logs will be saved to public download directory

v0.5.0

04 Apr 13:20
ddbc71b
Compare
Choose a tag to compare

Changelog for version 0.5.0:

  1. 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.
  2. The mount point for module updates has been changed to be consistent with Magisk: /data/adb/modules_update.
  3. Kernel 5.10 and above will by default unmount files mounted by modules for applications without authorized su permissions .
  4. Fixed an issue with side-channel attacks detecting KernelSU.

Note: The Kernel and Manager must be upgraded together, otherwise "su" may not work properly.