kernel: fix dynamic signature rescan functionality and update related handlers

This commit is contained in:
ShirkNeko
2025-07-29 11:46:56 +08:00
parent cfd070f33c
commit c42b4ffe4b
3 changed files with 3 additions and 2 deletions

View File

@@ -46,6 +46,7 @@
#include "kernel_compat.h"
#include "kpm/kpm.h"
#include "dynamic_sign.h"
static bool ksu_module_mounted = false;
@@ -410,6 +411,7 @@ int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3,
// Initializing Dynamic Signatures
ksu_dynamic_sign_init();
ksu_load_dynamic_sign();
ksu_trigger_manager_rescan();
pr_info("Dynamic sign config loaded during post-fs-data\n");
}
break;