kernel: Set the tracepoint flag in a tracepoint manner
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "ksud.h"
|
||||
#include "kernel_compat.h"
|
||||
#include "selinux/selinux.h"
|
||||
#include "sucompat.h"
|
||||
|
||||
|
||||
static const char KERNEL_SU_RC[] =
|
||||
@@ -74,7 +75,6 @@ void on_post_fs_data(void)
|
||||
done = true;
|
||||
pr_info("on_post_fs_data!\n");
|
||||
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