Attempt to refactor and migrate inode_permission, bprm_check_security, and task_alloc entirely to syscall_hook_manager
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include "sulog.h"
|
||||
#include "throne_comm.h"
|
||||
#include "dynamic_manager.h"
|
||||
#include "kprobe_hook_manager.h"
|
||||
|
||||
static struct workqueue_struct *ksu_workqueue;
|
||||
|
||||
@@ -27,12 +26,10 @@ bool ksu_queue_work(struct work_struct *work)
|
||||
|
||||
void sukisu_custom_config_init(void)
|
||||
{
|
||||
ksu_kprobe_hook_init();
|
||||
}
|
||||
|
||||
void sukisu_custom_config_exit(void)
|
||||
{
|
||||
ksu_kprobe_hook_exit();
|
||||
ksu_uid_exit();
|
||||
ksu_throne_comm_exit();
|
||||
ksu_dynamic_manager_exit();
|
||||
|
||||
Reference in New Issue
Block a user