b56448a9299f5df2a52a0d61ff17ccda005c088e
1. List KSU as a "KernelSU" menu 2. Overlayfs[1] may be disabled for some early kernels(4.4.y), so choosing depends on OVERLAY_FS here is useless. 3. KSU_DEBUG is a bool option, it is not a module, fixed from tristate to bool. 4. Adjust the config order [1]: github.com/LineageOS/android_kernel_xiaomi_msm8998/commit/dcc27641 Change-Id: I49c77ba30f0a8ed00efc44afef8a12f9ad039d7e Co-authored-by: admin <paper@localhost>
KernelSU
A Kernel based root solution for Android devices.
Features
- Kernel-based
suand root access management. - Module system based on overlayfs.
Compatibility State
KernelSU officially supports Android GKI 2.0 devices(with kernel 5.10+), old kernels(4.14+) is also compatible, but you need to build kernel yourself.
WSA and containter-based Android should also work with KernelSU integrated.
And the current supported ABIs are : arm64-v8a and x86_64
Usage
Build
Discussion
- Telegram: @KernelSU
License
Credits
- kernel-assisted-superuser: the KernelSU idea.
- genuine: apk v2 signature validation.
- Diamorphine: some rootkit skills.
- Magisk: the sepolicy implementation.
Languages
Kotlin
67.1%
C
20%
Rust
11.1%
Shell
0.9%
Makefile
0.4%
Other
0.4%