]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/swap.c
core: Move DynamicCreds into ExecRuntime 26968/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Mar 2023 13:30:16 +0000 (14:30 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 27 Mar 2023 12:47:30 +0000 (14:47 +0200)
commit1522077269c7df21b7f9b85e4749b9e32ccd0139
tree102660e538427c5269615922a9529083b9fecd1b
parent28135da3cdca53157bd878ae00b15d6e33ca4987
core: Move DynamicCreds into ExecRuntime

This is just another piece of runtime data so let's store it in
ExecRuntime alongside the other runtime data.
14 files changed:
src/core/dynamic-user.c
src/core/dynamic-user.h
src/core/execute.c
src/core/execute.h
src/core/mount.c
src/core/mount.h
src/core/service.c
src/core/service.h
src/core/socket.c
src/core/socket.h
src/core/swap.c
src/core/swap.h
src/core/unit.c
src/core/unit.h