XCCDF automatic fix. More...
#include <xccdf.h>
Data Fields | |
bool | reboot |
xccdf_strategy_t | strategy |
xccdf_level_t | disruption |
xccdf_level_t | complexity |
char * | id |
char * | content |
char * | system |
char * | platform |
Related Functions | |
(Note that these are not member functions.) | |
const char * | xccdf_fix_get_content (const struct xccdf_fix *fix) |
Get fix content (e.g. | |
bool | xccdf_fix_get_reboot (const struct xccdf_fix *fix) |
True if the fix needs rebooting a system. | |
xccdf_strategy_t | xccdf_fix_get_strategy (const struct xccdf_fix *fix) |
Get fix strategy. | |
xccdf_level_t | xccdf_fix_get_complexity (const struct xccdf_fix *fix) |
Get fix complexity. | |
xccdf_level_t | xccdf_fix_get_disruption (const struct xccdf_fix *fix) |
Get fix disruption. | |
const char * | xccdf_fix_get_id (const struct xccdf_fix *fix) |
Get fix ID,. | |
const char * | xccdf_fix_get_system (const struct xccdf_fix *fix) |
Get fix fixing system URI,. | |
const char * | xccdf_fix_get_platform (const struct xccdf_fix *fix) |
Get URI of a platform the fix applies to. |
XCCDF automatic fix.