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 8e43b2d64d
commit d542fd0672
3 changed files with 626 additions and 1 deletions

View File

@@ -22,6 +22,15 @@ config KSU_MULTI_MANAGER_SUPPORT
help
Enable multi KernelSU manager support
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 Keyring Init workaround"
depends on KSU