]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/exec-invoke: Fix missing arguments for PR_SET_MEMORY_MERGE call
authorVasiliy Stelmachenok <ventureo@yandex.ru>
Fri, 8 Mar 2024 14:58:18 +0000 (17:58 +0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 9 Mar 2024 00:19:16 +0000 (00:19 +0000)
commit9bb89a55a235a3c64ec099bb86296d7fd1bb3302
tree419aa685a141d19b4c5ca67682e0facf08bcaf82
parent793732d32b1ead6cd93bf493636a39ba2037d5cc
core/exec-invoke: Fix missing arguments for PR_SET_MEMORY_MERGE call

Without it prctl will always fail, even if using a kernel version that
supports the PR_SET_MEMORY_MERGE call.
src/core/exec-invoke.c