]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/cgroup-util.h
core: refactor bpf firewall support into a pseudo-controller
authorRoman Gushchin <guro@fb.com>
Sun, 30 Sep 2018 10:33:16 +0000 (11:33 +0100)
committerRoman Gushchin <guro@fb.com>
Tue, 9 Oct 2018 16:46:08 +0000 (09:46 -0700)
commit17f149556af0c0610b44f7353de34487b168317d
tree0d9e2467ba07f8967ffe184ec4201f729836ad52
parentb03d6c5f48dd9f499bfdaf6481ea4f9507d34848
core: refactor bpf firewall support into a pseudo-controller

The idea is to introduce a concept of bpf-based pseudo-controllers
to make adding new bpf-based features easier.
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/core/cgroup.c
src/core/cgroup.h
src/core/unit.c
src/core/unit.h
src/test/test-cgroup-mask.c