Open SCAP Library
Data Fields
xccdf_tailoring Struct Reference

Stores content from xccdf:Tailoring element which can be loaded from a separate file. More...

#include <xccdf_benchmark.h>

Public Member Functions

Getters

Return value is pointer to structure's member.

Do not free unless you null the pointer in the structure. Use remove function otherwise.

struct xccdf_tailoringxccdf_tailoring_import (const char *file, struct xccdf_benchmark *benchmark)
const char * xccdf_tailoring_get_version (const struct xccdf_tailoring *tailoring)
const char * xccdf_tailoring_get_version_update (const struct xccdf_tailoring *tailoring)
const char * xccdf_tailoring_get_version_time (const struct xccdf_tailoring *tailoring)
struct oscap_string_iteratorxccdf_tailoring_get_metadata (const struct xccdf_tailoring *tailoring)
struct xccdf_profile_iteratorxccdf_tailoring_get_profiles (const struct xccdf_tailoring *tailoring)
struct xccdf_status_iteratorxccdf_tailoring_get_statuses (const struct xccdf_tailoring *tailoring)
struct oscap_reference_iterator * xccdf_tailoring_get_dc_statuses (const struct xccdf_tailoring *tailoring)
struct xccdf_profilexccdf_tailoring_get_profile_by_id (const struct xccdf_tailoring *tailoring, const char *profile_id)

Data Fields

char * benchmark_ref
struct oscap_liststatuses
struct oscap_listdc_statuses
char * version
char * version_update
char * version_time
struct oscap_listmetadata
struct oscap_listprofiles

Detailed Description

Stores content from xccdf:Tailoring element which can be loaded from a separate file.


The documentation for this struct was generated from the following files: