]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/tmpfiles/tmpfiles.c
tmpfiles: move symlink creation into its own function, and modernize
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Sep 2022 10:34:18 +0000 (11:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Sep 2022 07:27:53 +0000 (09:27 +0200)
commit9e430ce3d4335541ac54658625483d282d0a1998
tree14774655faaba40d8aa355fd8672c35c9308134c
parent8f6fb95cd069884f4ce0a24eb20efc821ae3bc5e
tmpfiles: move symlink creation into its own function, and modernize

Let's ensure it also operates based on O_PATH, like fifo/device node/…
creation.
src/tmpfiles/tmpfiles.c