]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/home/homework-luks.c
homed: when creating home directory as btrfs inside luks volume, place subvol inside it 15376/head
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2020 09:57:15 +0000 (11:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2020 10:13:11 +0000 (12:13 +0200)
commit0be94a199e648ab9e10f0537a827961a16164f7f
tree1a6af4ed5305e185f575af160388e0a1028185fc
parent82c4440ddd0ae1f8846ea689ec5d15dab018f600
homed: when creating home directory as btrfs inside luks volume, place subvol inside it

When managing a home directory as LUKS image we currently place a
directory at the top that contains the actual home directory (so that
the home directory of the user won't be cluttered by lost-found and
suchlike). On btrfs let's make that a subvol though. This is a good idea
so that possibly later on we can make use of this for automatic history
management.

Fixes: #15121
src/home/homework-luks.c