kernel: Set the tracepoint flag in a tracepoint manner
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "ksud.h"
|
||||
#include "kernel_compat.h"
|
||||
#include "selinux/selinux.h"
|
||||
#include "sucompat.h"
|
||||
|
||||
static const char KERNEL_SU_RC[] =
|
||||
"\n"
|
||||
@@ -83,7 +84,6 @@ void on_post_fs_data(void)
|
||||
done = true;
|
||||
pr_info("%s!\n", __func__);
|
||||
ksu_load_allow_list();
|
||||
extern void ksu_mark_running_process(void);
|
||||
pr_info("mark tif for running process\n");
|
||||
ksu_mark_running_process();
|
||||
ksu_observer_init();
|
||||
|
||||
Reference in New Issue
Block a user