Files
systemd/src/analyze
Yu Watanabe 95832a0f8c analyze security: fix recursive call of syscall_names_in_filter()
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.
2019-02-04 16:01:38 +01:00
..
2018-06-14 13:03:20 +02:00
2018-12-21 13:43:20 +01:00
2018-11-30 16:48:09 +01:00