kernel: Remove duplicate disable_seccomp_for_task

This commit is contained in:
ShirkNeko
2025-11-18 22:53:08 +08:00
parent 118fcf507a
commit 7fc075679e
3 changed files with 21 additions and 29 deletions

View File

@@ -15,13 +15,6 @@ config KSU_DEBUG
help
Enable KernelSU debug mode.
config KSU_MULTI_MANAGER_SUPPORT
bool "Multi KernelSU manager support"
depends on KSU
default n
help
Enable multi KernelSU manager support
config KSU_ALLOWLIST_WORKAROUND
bool "KernelSU Session Keyring Init workaround"
depends on KSU
@@ -30,6 +23,20 @@ config KSU_ALLOWLIST_WORKAROUND
Enable session keyring init workaround for problematic devices.
Useful for situations where the SU allowlist is not kept after a reboot
config KSU_MANUAL_SU
bool "Use manual su"
depends on KSU
default y
help
Use manual su and authorize the corresponding command line and application via prctl
config KSU_MULTI_MANAGER_SUPPORT
bool "Multi KernelSU manager support"
depends on KSU
default n
help
Enable multi KernelSU manager support
config KPM
bool "Enable SukiSU KPM"
depends on KSU && 64BIT