Kernel Assisted Superuser (short: KernelSU) is an alternative method for obtaining root privileges on Android devices. KernelSU implementations are developed as free and open-source software under the terms of the GPLv3 license.[1]
Technical differences
KernelSU differs from other methods in that root access is implemented directly in the kernel. Compared to other root methods that run in userspace, such as Magisk, this has the advantage that commands with su can be executed like normal commands, but still have root privileges. This is not prevented by SELinux or detected by the PlayIntegrity API check, so applications that use it will continue to function. Unlike Magisk, /system/bin/su is a virtual file implemented by hookingsystem calls with kprobes, and overlayfs is used for systemless modifications to the system partition instead of magic mount.
History
The planning of KernelSU was started in 2018 by developer Jason Donenfeld, also known as XDA user zx2c4.[2][3] The lack of a root manager app and the difficulty of creating boot images meant that KernelSU was not suitable for productive use, and for a long time this method remained theoretical and could only be used by developers. In 2021, Google launched Generic Kernel Images (GKI for short), which facilitates the creation of a set of device-independent rooted boot images.[4] In response, the developer known on XDA as weishu, who had also worked on projects such as VirtualXposed, adapted KernelSU for GKI-compatible kernels. The adaptation, which was released in January 2023, ensures that any device booting with Linux kernel version 5.10 or higher should be compatible. In addition, the developer also offers a special manager app that, in addition to managing root privileges, also offers overlay-based modding similar to Magisk modules. As of November 2025, 310 developers have contributed to the development of the KernelSU implementation.[1][5]
Distribution
KernelSU se puede instalar en todos los dispositivos que usan GKI, así como en dispositivos compatibles individualmente sin GKI. [ 6 ] [ 7 ] Algunas ROM personalizadas ya lo tienen integrado por defecto, incluidas ROM como CrDroid , [ 8 ] Bliss OS, [ 9 ] y Evolution X.
Véase también
Referencias
- 1 2 Weishu, Tiann. "KernelSU - Una solución de rooteo basada en el kernel para Android" . GitHub . Recuperado el 4 de noviembre de 2025 .
- ↑ Zachary Wander (10 de diciembre de 2018). "Superusuario asistido por kernel (KernelSU): la última frontera para SafetyNet y una herramienta esencial para desarrolladores" . Recuperado el 19 de mayo de 2024 .
- ↑ "kernel-assisted-superuser - Método asistido por el kernel para obtener una shell de root en Android" . Consultado el 19 de mayo de 2024 .
- ↑ "Das Generic Kernel Image (GKI)-Projekt" . Consultado el 2 de junio de 2024 .
- ↑ Skanda Hazarika (30 de enero de 2023). "KernelSU renace: un desarrollador adapta el acceso root asistido por el kernel a dispositivos compatibles con GKI" . Consultado el 19 de mayo de 2024 .
- ↑ "Instalación | KernelSU" . Consultado el 2 de junio de 2024 .
- ↑ "Dispositivos compatibles de forma no oficial | KernelSU" . Consultado el 2 de junio de 2024 .
- ↑ "crDroid.net - Cómo instalar crDroid 10 para Pixel 7a (lynx)" . Consultado el 19 de mayo de 2024 .
- ↑ "Bliss OS para PC" . Consultado el 19 de mayo de 2024 .
Enlaces externos
- Sitio web oficial
- KernelSU en GitHub
- Seguridad informática
- Software de sistema gratuito
- Android (sistema operativo)