XCCDF textual fix instructions. More...
#include <xccdf.h>
Data Fields | |
bool | reboot |
xccdf_strategy_t | strategy |
xccdf_level_t | disruption |
xccdf_level_t | complexity |
struct xccdf_fix * | fixref |
char * | content |
Related Functions | |
(Note that these are not member functions.) | |
bool | xccdf_fixtext_get_reboot (const struct xccdf_fixtext *fixtext) |
True if the fixtext needs rebooting a system. | |
xccdf_strategy_t | xccdf_fixtext_get_strategy (const struct xccdf_fixtext *fixtext) |
Get fixtext strategy. | |
xccdf_level_t | xccdf_fixtext_get_complexity (const struct xccdf_fixtext *fixtext) |
Get fixtext complexity. | |
xccdf_level_t | xccdf_fixtext_get_disruption (const struct xccdf_fixtext *fixtext) |
Get fixtext disruption. | |
struct xccdf_fix * | xccdf_fixtext_get_fixref (const struct xccdf_fixtext *fixtext) |
Get a fix this text references to. |
XCCDF textual fix instructions.