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:51:38 +08:00
parent dd4cf956dd
commit a9e3c1cc8f
7 changed files with 590 additions and 521 deletions

View File

@@ -46,7 +46,6 @@
#include "manager.h"
#include "selinux/selinux.h"
#include "throne_tracker.h"
#include "throne_tracker.h"
#include "kernel_compat.h"
#include "kpm/kpm.h"
@@ -406,7 +405,6 @@ int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3,
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;