]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/service: defer cryptsetup dlopen to helper process
authorMike Yuan <me@yhndnzj.com>
Tue, 16 Dec 2025 20:57:20 +0000 (21:57 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 16 Dec 2025 20:57:37 +0000 (21:57 +0100)
commit12df39fadf96b6651d215a138c488f7eb39e1c32
tree0eeefd535c20c85fd51e65ee8027d244c27ec9bb
parent8f397d592217f9501c534bf2a36ed107c206bac4
core/service: defer cryptsetup dlopen to helper process

This should still be safe, as we block dlopen() in namespace_fork().

Partially reverts 9252e26f4cbf92428cab595045716fee783f375e.
src/core/service.c