ipa_hbac
1.15.3
|
Component of an HBAC rule. More...
#include <ipa_hbac.h>
Data Fields | |
uint32_t | category |
Category for this element. More... | |
const char ** | names |
List of explicit members of this rule component. More... | |
const char ** | groups |
List of group members of this rule component. More... | |
Component of an HBAC rule.
Components can be one of users, target hosts, source hosts, or services.
uint32_t hbac_rule_element::category |
Category for this element.
This value is a bitmask. See HBAC_CATEGORY_NULL and HBAC_CATEGORY_ALL
const char** hbac_rule_element::groups |
List of group members of this rule component.
const char** hbac_rule_element::names |
List of explicit members of this rule component.