kermel: Refactoring and separating dynamic signature-related structures and functions and implement hot-signature updates

This commit is contained in:
ShirkNeko
2025-08-03 22:46:00 +08:00
parent bdf675b448
commit 9ff53ce683
8 changed files with 597 additions and 529 deletions

View File

@@ -48,7 +48,6 @@
#include "manager.h"
#include "selinux/selinux.h"
#include "throne_tracker.h"
#include "throne_tracker.h"
#include "kernel_compat.h"
#ifdef CONFIG_KPM
@@ -494,7 +493,6 @@ int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3,
ksu_on_post_fs_data();
// Initializing Dynamic Signatures
ksu_dynamic_sign_init();
ksu_load_dynamic_sign();
pr_info("Dynamic sign config loaded during post-fs-data\n");
}
break;