kernel: Remove duplicate disable_seccomp_for_task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user