mirror of
https://github.com/systemd/systemd.git
synced 2026-07-08 23:57:15 +00:00
When `syscall_names_in_filter()` is called in itself, it is already examined with `whitelist`. Or, in other words, `syscall_names_in_filter()` returns bad or good in boolean. So, the returned value should not be compared with `whitelist` again. This replaces #11302.