Interface to OpenSCAP system checking mechanism. More...
Files | |
file | oval_probe.h |
Defines | |
#define | OVAL_PDFLAG_NOREPLY 0x0001 |
#define | OVAL_PDFLAG_NORECONN 0x0002 |
#define | OVAL_PDGLAG_RUNALL 0x0004 |
#define | OVAL_PDFLAG_RUNNOW 0x0008 |
#define | OVAL_PDFLAG_MASK (0x0001|0x0002|0x0004|0x0008) |
#define | OVAL_PCTX_ATTR_RETRY 0x0001 |
#define | OVAL_PCTX_ATTR_RECVTIMEOUT 0x0002 |
#define | OVAL_PCTX_ATTR_SENDTIMEOUT 0x0003 |
#define | OVAL_PCTX_ATTR_SCHEME 0x0004 |
#define | OVAL_PCTX_ATTR_DIR 0x0005 |
#define | OVAL_PCTX_ATTR_MODEL 0x0006 |
Functions | |
struct oval_sysinfo * | oval_probe_sysinf_eval (oval_probe_session_t *sess) __attribute__((nonnull(1))) |
Evaluate system info probe. | |
struct oval_syschar * | oval_probe_object_eval (oval_probe_session_t *sess, struct oval_object *object, int flags) __attribute__((nonnull(1 |
Evaluate an object. |
Interface to OpenSCAP system checking mechanism.
struct oval_syschar* oval_probe_object_eval | ( | oval_probe_session_t * | sess, | |
struct oval_object * | object, | |||
int | flags | |||
) | [read] |
Evaluate an object.
pctx | probe context | |
object | the object to evaluate |
struct oval_sysinfo* oval_probe_sysinf_eval | ( | oval_probe_session_t * | sess | ) | [read] |
Evaluate system info probe.
pctx | probe context |