#include <xccdf_policy_priv.h>
Data Fields | |
| struct xccdf_benchmark * | benchmark |
| Benchmark element (root element of XML file). | |
| struct xccdf_tailoring * | tailoring |
| Tailoring element. | |
| struct oscap_list * | policies |
| List of xccdf_policy structures. | |
| struct oscap_list * | callbacks |
| Callbacks for output callbacks (see callback_out_t). | |
| struct oscap_list * | engines |
| Callbacks for checking engines (see xccdf_policy_engine). | |
| struct cpe_session * | cpe |
Handle all policies for given XCCDF benchmark.
1.5.6