rpminfo probe
- Author
- "Daniel Kopecek" dkope.nosp@m.cek@.nosp@m.redha.nosp@m.t.co.nosp@m.m
2010/06/13 dkope.nosp@m.cek@.nosp@m.redha.nosp@m.t.co.nosp@m.m This probe is able to process a rpminfo_object as defined in OVAL 5.4 and 5.5.
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <regex.h>
#include "rpm-helper.h"
#include <seap.h>
#include <probe-api.h>
#include <probe/probe.h>
#include <probe/option.h>
#include "probe/entcmp.h"
#include <alloc.h>
#include <common/assume.h>
#include "common/debug_priv.h"
|
#define | RPMINFO_LOCK RPM_MUTEX_LOCK(&g_rpm.mutex) |
|
#define | RPMINFO_UNLOCK RPM_MUTEX_UNLOCK(&g_rpm.mutex) |
|