]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/manager: split out creation of serialization fd out to a helper
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 11 Feb 2017 23:33:16 +0000 (18:33 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Feb 2017 23:49:09 +0000 (18:49 -0500)
commit504afd7c34e00eb84589e94e59cd14f2fffa2807
treece9cbf783c00d118a1d528bb67a564ab81379696
parent18f71a3c8174774c5386c4aba94d54f3b5c36a84
core/manager: split out creation of serialization fd out to a helper

There is a slight change in behaviour: the user manager for root will create a
temporary file in /run/systemd, not /tmp. I don't think this matters, but
simplifies implementation.
src/basic/fileio.c
src/basic/fileio.h
src/core/manager.c
src/test/test-fd-util.c