kernel: fix dynamic signature rescan functionality and update related handlers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user