diff --git a/kernel/core_hook.c b/kernel/core_hook.c index b598ceb9..e2db7a65 100644 --- a/kernel/core_hook.c +++ b/kernel/core_hook.c @@ -135,7 +135,7 @@ static bool ksu_module_mounted = false; extern int handle_sepolicy(unsigned long arg3, void __user *arg4); -static bool ksu_su_compat_enabled = true; +bool ksu_su_compat_enabled = true; extern void ksu_sucompat_init(); extern void ksu_sucompat_exit();