]> git.ipfire.org Git - thirdparty/systemd.git/commit
homed: add bus call that allows referencing a home without activating it
authorLennart Poettering <lennart@poettering.net>
Mon, 27 Nov 2023 16:08:17 +0000 (17:08 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 14 Feb 2024 14:03:23 +0000 (15:03 +0100)
commit508d344e0e95667c27df2ffbf23a928d97a07bb1
tree0fbaa3b79258f7ed9716f321f995f73f592facbb
parent2f4aa81440c81d85551620853b71e6ca8ba79943
homed: add bus call that allows referencing a home without activating it

This is useful for allowing users to login without the ability to unlock
their home dir. Usecase is ssh: ssh might grant access without giving
us the chance to unlock the home dir for the user (because it doesn't
allow us asking questions during authentication), hence with this call
we can pin the home dir, but not activate it and then allow the
activation to be delayed until later.
src/home/homed-home-bus.c
src/home/homed-manager-bus.c
src/home/org.freedesktop.home1.conf