Greenbone Vulnerability Manager
9.0.1
|
GVM management layer: Predefined config: "Base". More...
#include "manage.h"
#include "manage_sql.h"
#include "sql.h"
#include <assert.h>
Macros | |
#define | G_LOG_DOMAIN "md main" |
GLib log domain. | |
Functions | |
void | make_config_host_discovery (char *const uuid, char *const selector_name) |
Make Host Discovery Scan Config. More... | |
int | check_config_host_discovery (const char *uuid) |
Ensure the Host Discovery config is up to date. More... | |
GVM management layer: Predefined config: "Base".
GVM management layer: Predefined config: Host Discovery.
This file contains the creation of the predefined config "Base".
This file contains the creation of the predefined config Host Discovery.
int check_config_host_discovery | ( | const char * | uuid | ) |
Ensure the Host Discovery config is up to date.
[in] | uuid | UUID of config. |
void make_config_host_discovery | ( | char *const | uuid, |
char *const | selector_name | ||
) |
Make Host Discovery Scan Config.
Caller must lock the db.
[in] | uuid | UUID for new scan config. |
[in] | selector_name | Name of NVT selector to use. |