kernel: nest ksun switch manager support under CONFIG_KSU_SWITCH_MANAGER config default as disabled

This commit is contained in:
Rifat Azad
2025-08-10 12:28:34 +06:00
parent edb99a2c1a
commit e0c461322b
2 changed files with 10 additions and 5 deletions
+7
View File
@@ -40,4 +40,11 @@ config KSU_LSM_SECURITY_HOOKS
Disabling this is mostly only useful for kernel 4.1 and older.
Make sure to implement manual hooks on security/security.c.
config KSU_SWITCH_MANAGER
bool "KernelSU switch manager support"
depends on KSU
default n
help
Enable KernelSU switch manager support.
endmenu