]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/execute.c
core: move code from execute.c to exec-invoke.c 27890/head
authorLuca Boccassi <bluca@debian.org>
Fri, 1 Sep 2023 01:24:49 +0000 (02:24 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 12 Oct 2023 14:01:51 +0000 (15:01 +0100)
commit75689fb2d41fa6225b238f640699f43a1067d203
tree0587e3c693045731ab0d4853e0bd2d385c41a3b6
parentbb5232b6a3b8af075ee06cc87416e5f49a6170d3
core: move code from execute.c to exec-invoke.c

No functional changes, only moving code that is only needed in
exec_invoke, and adding new dependencies for seccomp/selinux/apparmor/pam
in meson for the sd-executor binary.
src/core/exec-invoke.c [new file with mode: 0644]
src/core/exec-invoke.h [new file with mode: 0644]
src/core/execute.c
src/core/execute.h
src/core/executor.c
src/core/meson.build