kernel: Change ksu_su_compat_enabled from static to global
This commit is contained in:
@@ -135,7 +135,7 @@ static bool ksu_module_mounted = false;
|
|||||||
|
|
||||||
extern int handle_sepolicy(unsigned long arg3, void __user *arg4);
|
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_init();
|
||||||
extern void ksu_sucompat_exit();
|
extern void ksu_sucompat_exit();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user