]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/execute: don't reload selinux before spawning executor 30904/head
authorMike Yuan <me@yhndnzj.com>
Fri, 12 Jan 2024 07:13:29 +0000 (15:13 +0800)
committerMike Yuan <me@yhndnzj.com>
Fri, 12 Jan 2024 09:17:37 +0000 (17:17 +0800)
commit73090a38b0cf7fd62fb8dfb337885a5747e591b4
tree2a71ddcf6ca232f9f91ac7ce8fcef392336e433e
parenta399804225211acc876253537e117c41e29f508a
core/execute: don't reload selinux before spawning executor

With the introduction of sd-executor, SELinux needs to be re-initialized
after execve() anyway.
src/core/execute.c