mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-22 23:26:58 +00:00
Fix other missing parentheses in policy_define.c.
This commit is contained in:
parent
6ff47214b1
commit
f8cce2898b
@ -3344,7 +3344,7 @@ int define_conditional(cond_expr_t * expr, avrule_t * t, avrule_t * f)
|
||||
tmp = cn.avtrue_list;
|
||||
last_tmp = NULL;
|
||||
while (tmp) {
|
||||
if (!tmp->specified & AVRULE_TRANSITION)
|
||||
if (!(tmp->specified & AVRULE_TRANSITION))
|
||||
continue;
|
||||
retval = insert_check_type_rule(tmp, &policydbp->te_cond_avtab, &cn_old->true_list, &cn_old->false_list);
|
||||
switch (retval) {
|
||||
|
Loading…
Reference in New Issue
Block a user