kernel: Added legacy throne tracker support, using packages.list to scan application UIDs

This commit is contained in:
ShirkNeko
2025-09-21 17:37:43 +08:00
parent 36742cc17e
commit 1b732f62e8
3 changed files with 626 additions and 1 deletions

View File

@@ -15,6 +15,15 @@ config KSU_DEBUG
help
Enable KernelSU debug mode.
config KSU_THRONE_TRACKER_LEGACY
bool "Use legacy throne tracker (packages.list scanning)"
depends on KSU
default n
help
Use legacy throne tracker that scans packages.list for app UIDs.
This is kept for Ultra-Legacy Linux 4.4-3.X kernels which are prone to deadlocks.
Enable this if default scanning deadlocks/crashes on you.
config KSU_ALLOWLIST_WORKAROUND
bool "KernelSU Session init keyring workaround"
depends on KSU