Home
last modified time | relevance | path

Searched refs:global_default_action (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/security/ipe/
Dpolicy_parser.c37 p->global_default_action = IPE_ACTION_INVALID; in new_parsed_policy()
415 if (p->global_default_action != IPE_ACTION_INVALID) in parse_rule()
418 p->global_default_action = action; in parse_rule()
482 if (p->global_default_action != IPE_ACTION_INVALID) in validate_policy()
Deval.c335 if (pol->parsed->global_default_action == IPE_ACTION_INVALID) { in ipe_evaluate_event()
339 action = pol->parsed->global_default_action; in ipe_evaluate_event()
367 action = pol->parsed->global_default_action; in ipe_evaluate_event()
Dpolicy.h73 enum ipe_action_type global_default_action; member