You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
432eb318ac
For those who want to Implement KernelSU Manually with KPROBES disabled. When KPROBES Broken and Still enabled, this will causing Loop at splash logo even Already Manually Imported because this https://github.com/tiann/KernelSU/blob/842c0b674feaa4f6522452c8dc2ad2837f99892c/kernel/ksu.c#L57. And when KPROBES is disabled, KSU also will not compiled (I Know it'll still build if obj-y is set for KSU, but it's better to remove, who knows if someone set as obj-$(CONFIG_KSU)). Signed-off-by: RyuujiX <saputradenny712@gmail.com>
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
config KSU
|
|
tristate "KernelSU module"
|
|
default y
|
|
depends on OVERLAY_FS
|
|
help
|
|
This is the KSU privilege driver for android system.
|
|
|
|
config KSU_DEBUG
|
|
tristate "KernelSU module debug mode"
|
|
default n
|
|
depends on KSU
|
|
help
|
|
This enables debug mode for KSU |