Skip to content

Commit

Permalink
analyze-security: do not assign badness to filtered-out syscalls
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Aug 1, 2020
1 parent c2cfb12 commit 01ecb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyze/analyze-security.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ static int assess_system_call_filter(
b = 10;
} else {
(void) asprintf(&d, "System call deny list defined for service, and %s is included", f->name);
b = 5;
b = 0;
}
}
}
Expand Down

0 comments on commit 01ecb36

Please sign in to comment.