kernelsu-next.md 1.1 KB

KernelSU-Next

KernelSU-Next is a root solution for Android GKI devices that operates in kernel mode and grants root permission to userspace applications from kernel space.

Source

How This Repo Uses It

  • Built when root_flavor is KernelSU-Next or All.
  • With SUSFS enabled, kernel sources come from the pershoot/KernelSU-Next fork.
  • Without SUSFS, kernel sources come from the official KernelSU-Next/KernelSU-Next dev branch.
  • Always resolves at latest dev-tip (not pinned).

Manager

The KernelSU-Next manager APK is built from the official KernelSU-Next/KernelSU-Next repo and must match the kernel version (e.g., kernel version 30100 → manager version 30100).

Related