Warning: this repo is only intended to integrate KernelSU into Android with Linux Kernel 4.4, with old Google GCC 4.9. This is why manager, website, userspace, js, SECURITY.md, justfile has been removed.
A Kernel-based root solution for Android devices.
- Kernel-based
su
and root access management. - Module system based on OverlayFS.
- App Profile: Lock up the root power in a cage.
- This KernelSU fork unofficially supports Android kernels (kernel 4.4+), but the kernel will have to be built manually.
- Also, please use the "Manually modify the kernel source" way of integrating KernelSU into your device, not by using kprobes.
- Integrate KernelSU into your kernel
- SELinux patch to make modules working properly on Linux Kernel 4.9 and lower
- KernelSU Official Website
- Telegram: @KernelSU
- Editor of this fork: @TheRealModder
- Files under the
kernel
directory are GPL-2.0-only. - All other parts except the
kernel
directory are GPL-3.0-or-later.
- KernelSU: the original repo and the creator.
- kernel-assisted-superuser: the KernelSU idea.
- Magisk: the powerful root tool.
- genuine: apk v2 signature validation.
- Diamorphine: some rootkit skills.