]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/dissect-image.c
dissect-image: port mount_image_privately_interactively() to use /run/systemd/mount... 27648/head
authorLennart Poettering <lennart@poettering.net>
Mon, 15 May 2023 09:49:48 +0000 (11:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 May 2023 07:26:17 +0000 (09:26 +0200)
commita4b3e9423696f604be33b4ab93c4bb5c6c807554
treead5fcdca2f8f8f6e824232a86992ec84fa279150
parentbe79c23569f7e4065a5a26dbf15612bce28e6bb3
dissect-image: port mount_image_privately_interactively() to use /run/systemd/mount-rootfs/ too

Let's use the same common directory as the unit logic uses.

This means we have less to clean up, and opens the door to eventually
allow unprivileged operation of the
mount_image_privately_interactively() logic.
12 files changed:
src/analyze/analyze.c
src/boot/bootctl.c
src/coredump/coredumpctl.c
src/firstboot/firstboot.c
src/journal/journalctl.c
src/machine-id-setup/machine-id-setup-main.c
src/partition/repart.c
src/shared/dissect-image.c
src/systemctl/systemctl.c
src/sysupdate/sysupdate.c
src/sysusers/sysusers.c
src/tmpfiles/tmpfiles.c