rpmverifypackage probe
More...
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <pcre.h>
#include "rpm-helper.h"
#include <rpm/rpmfi.h>
#include <rpm/rpmcli.h>
#include <popt.h>
#include <probe-api.h>
#include <alloc.h>
#include <common/assume.h>
#include "debug_priv.h"
#include "probe/entcmp.h"
#include <probe/probe.h>
#include <probe/option.h>
|
#define | RPMVERIFY_SKIP_CONFIG 0x1000000000000000 |
|
#define | RPMVERIFY_SKIP_GHOST 0x2000000000000000 |
|
#define | RPMVERIFY_RPMATTRMASK 0x00000000ffffffff |
|
#define | RPMVERIFY_LOCK RPM_MUTEX_LOCK(&g_rpm.mutex) |
|
#define | RPMVERIFY_UNLOCK RPM_MUTEX_UNLOCK(&g_rpm.mutex) |
|
#define | COMPARE_ENT(XXX) |
|
#define COMPARE_ENT |
( |
|
XXX | ) |
|
Value:if (XXX ## _ent != NULL) { \
ent = probe_entval_from_cstr( \
); \
SEXP_free(ent); \
continue; \
} \
SEXP_free(ent); \
}
oval_datatype_t probe_ent_getdatatype(const SEXP_t *ent)
Get the OVAL data type of an entity.
Definition: probe-api.c:1154
oval_result_t probe_entobj_cmp(SEXP_t *ent_obj, SEXP_t *val)
Compare object entity's content with a value.
Definition: entcmp.c:431
Characteristics being evaluated match the information represented in the system characteristic.
Definition: oval_types.h:328
Initial value:= {
{ "nodeps", (uint64_t)VERIFY_DEPS , "--nodeps"},
{ "nodigest", (uint64_t)VERIFY_DIGEST , "--nodigest"},
{ "noscripts", (uint64_t)VERIFY_SCRIPT , "--noscript"},
{ "nosignature", (uint64_t)VERIFY_SIGNATURE , "--nosignature"}
}