kernel: expose variables used by manual hooks always

This commit is contained in:
backslashxx
2025-02-24 00:53:17 +08:00
committed by rifsxd
parent c1273d35f4
commit cd0031e8a5

View File

@@ -58,11 +58,12 @@ static void stop_input_hook();
static struct work_struct stop_vfs_read_work;
static struct work_struct stop_execve_hook_work;
static struct work_struct stop_input_hook_work;
#else
#endif
bool ksu_vfs_read_hook __read_mostly = true;
bool ksu_execveat_hook __read_mostly = true;
bool ksu_input_hook __read_mostly = true;
#endif
u32 ksu_devpts_sid;