#include <xccdf_policy.h>
Data Fields | |
| char * | name |
| The name of OVAL Variable. | |
| xccdf_value_type_t | type |
| Type of Variable. | |
| char * | value |
| Value of variable. | |
| char * | setvalue |
| Set value if defined or NULL. | |
| xccdf_operator_t | operator |
| Operator of Value. | |
Value bindings of policy.
These structures are binded together for exporting values to checking engine.
These bindings are set during the preprocessing of profile, when policies are beeing created.
1.5.6