diff --git a/kernel/ksud.c b/kernel/ksud.c index e969db84..217e0f84 100644 --- a/kernel/ksud.c +++ b/kernel/ksud.c @@ -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;