]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
dbus: extend SocktBind{Allow|Deny}= with ip proto
authorJulia Kartseva <hex@fb.com>
Tue, 15 Jun 2021 18:58:54 +0000 (11:58 -0700)
committerJulia Kartseva <hex@fb.com>
Tue, 15 Jun 2021 20:45:20 +0000 (13:45 -0700)
commit4883a04fe1a251741283cff7a7536e1564a834be
treec50ca32591addc4eb0be39fe48e75a5c177f5d57
parent8156422c8f0d94d3444043282f01551084271b22
dbus: extend SocktBind{Allow|Deny}= with ip proto

Support filtering by ip protocol (L4) in SocketBind{Allow|Deny}=
properties.
The signature of dbus methods must be finalized before new release is
cut, hence reserve a parameter for ip protocol.
Implementation will follow.

Closes https://github.com/systemd/systemd/issues/19891
src/core/cgroup.h
src/core/dbus-cgroup.c
src/core/load-fragment.c
src/shared/bus-unit-util.c
src/systemctl/systemctl-show.c