TSG-14553 策略验证同条件下Deny高于Shunt

This commit is contained in:
fengweihao
2023-04-06 18:37:02 +08:00
parent 1aa056aaf8
commit 57e21ab6d0
2 changed files with 2 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ void __policy_action_weight_init()
policy_action_weight[PG_ACTION_MANIPULATE] = 3;
policy_action_weight[PG_ACTION_REJECT] = 4;
policy_action_weight[PG_ACTION_WHITELIST] = 5;
policy_action_weight[PX_ACTION_SHUNT] = 6;
}
static inline int action_cmp(enum policy_action a1, enum policy_action a2)