kernel: Manual hook shouldn't be enabled when susfs is enabled (#630)
susfs already includes hook since v2.0.0, so manual hook shouldn't be enabled when susfs is enabled
This commit is contained in:
@@ -50,7 +50,7 @@ config KPM
|
|||||||
|
|
||||||
config KSU_MANUAL_HOOK
|
config KSU_MANUAL_HOOK
|
||||||
bool "Hook KernelSU manually"
|
bool "Hook KernelSU manually"
|
||||||
depends on KSU != m
|
depends on KSU != m && !KSU_SUSFS
|
||||||
help
|
help
|
||||||
If enabled, Hook required KernelSU syscalls with manually-patched function.
|
If enabled, Hook required KernelSU syscalls with manually-patched function.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user