This commit is contained in:
ShirkNeko
2025-11-07 17:28:13 +08:00
parent 8d535fa03a
commit a8302120c4
3 changed files with 194 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ int ksu_handle_devpts(struct inode *inode)
int __ksu_handle_devpts(struct inode *inode)
{
#ifndef CONFIG_KSU_KPROBES_HOOK
if (!ksu_sucompat_hook_state)
if (!ksu_su_compat_enabled)
return 0;
#endif