Fix lld link ksu_current_uid problem
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
#include "throne_tracker.h"
|
||||
#include "kernel_compat.h"
|
||||
#include "kpm/kpm.h"
|
||||
#include "include/ksu_creds.h"
|
||||
|
||||
static bool ksu_module_mounted = false;
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <linux/cred.h>
|
||||
#include <linux/types.h>
|
||||
#include "include/ksu_creds.h"
|
||||
|
||||
#define KSU_INVALID_UID -1
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "klog.h" // IWYU pragma: keep
|
||||
#include "ksud.h"
|
||||
#include "kernel_compat.h"
|
||||
#include "include/ksu_creds.h"
|
||||
|
||||
#define SU_PATH "/system/bin/su"
|
||||
#define SH_PATH "/system/bin/sh"
|
||||
|
||||
Reference in New Issue
Block a user