]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/bpf-firewall: make bpf_firewall_supported() always set unsupported reason when... 21591/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Dec 2021 12:07:22 +0000 (21:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Dec 2021 12:39:21 +0000 (21:39 +0900)
commit8751bb6f5e89562d438566c374b9c3a1059c9211
treee45075a5ccf67cb3dd45ffc727b67a8142e5b0d3
parentad13559e8d5dd38862c58711c07b90aae9e805bc
core/bpf-firewall: make bpf_firewall_supported() always set unsupported reason when BPF_FIREWALL_UNSUPPORTED is returned

Otherwise, log_unit_full_errno() in emit_bpf_firewall_warning() will
trigger an assertion.
src/core/bpf-firewall.c