]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: add pidfd to the sd_bus_creds structure
authorLennart Poettering <lennart@poettering.net>
Fri, 26 Jan 2024 15:46:09 +0000 (16:46 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Jan 2024 13:41:58 +0000 (14:41 +0100)
commit71be64064c9e22c9edcb0c25d7ccc9e3c9ed1978
treeecebca88216e724a755b70be8689631ae428927a
parent7e8aa5c2eebd86efe9bbf36d8db1e98964611aab
sd-bus: add pidfd to the sd_bus_creds structure

Let's continue with the pidfd'ification, and include pidfd in our
sd_bus_creds structure tha tracks a peers credentials.
12 files changed:
src/libsystemd/libsystemd.sym
src/libsystemd/sd-bus/bus-control.c
src/libsystemd/sd-bus/bus-creds.c
src/libsystemd/sd-bus/bus-creds.h
src/libsystemd/sd-bus/bus-dump.c
src/libsystemd/sd-bus/bus-internal.h
src/libsystemd/sd-bus/bus-message.c
src/libsystemd/sd-bus/bus-socket.c
src/libsystemd/sd-bus/sd-bus.c
src/libsystemd/sd-bus/test-bus-creds.c
src/libsystemd/sd-bus/test-bus-peersockaddr.c
src/systemd/sd-bus.h