]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/mount-util.c
inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir always 16118/head
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Jun 2020 14:22:24 +0000 (16:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Jun 2020 14:23:56 +0000 (16:23 +0200)
commit48b747fa03ec6b7edd7a31621c5b1d6cf123283d
tree701083f3f1883e2f55bcb47f94033db8c0b46f72
parentb8c90745349e18ec0bd0a7d2affb139400d8777a
inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir always

Let's make sure $XDG_RUNTIME_DIR for the user instance and /run for the
system instance is always organized the same way: the "inaccessible"
device nodes should be placed in a subdir of either called "systemd" and
a subdir of that called "inaccessible".

This way we can emphasize the common behaviour, and only differ where
really necessary.

Follow-up for #13823
src/core/mount-setup.c
src/core/namespace.c
src/nspawn/nspawn-mount.c
src/nspawn/nspawn.c
src/shared/dev-setup.c
src/shared/mount-util.c
src/test/test-dev-setup.c