check integrity of plugins before loading
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
#include <utils.h>
|
||||
#include <chunk.h>
|
||||
#include <settings.h>
|
||||
#include <integrity_checker.h>
|
||||
#include <plugins/plugin_loader.h>
|
||||
#include <crypto/crypto_factory.h>
|
||||
#include <fetcher/fetcher_manager.h>
|
||||
@@ -107,6 +108,11 @@ struct library_t {
|
||||
*/
|
||||
settings_t *settings;
|
||||
|
||||
/**
|
||||
* integrity checker to verify code integrity
|
||||
*/
|
||||
integrity_checker_t *integrity;
|
||||
|
||||
/**
|
||||
* is leak detective running?
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user