]> git.ipfire.org Git - thirdparty/systemd.git/commit
homed: include actual fs type + access mode as part of "status" section of user record
authorLennart Poettering <lennart@poettering.net>
Fri, 5 Nov 2021 15:34:12 +0000 (16:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 21:44:54 +0000 (22:44 +0100)
commitb0a7fb152a9b46d7c1b021a38d3e2dedc74d3e49
treee8dcadb279be6a4589ce438618fff4dd73520657
parentf639f60ed5e1541cb3bee20bd1d1ed6fad8fd104
homed: include actual fs type + access mode as part of "status" section of user record

So far we have two properties for the intended fstype + access mode of
home dirs, but they might differ from what is actually used (because the
user record changed from the home dir, after it was created, or vice
versa). Let's hence add these props also to the "status" section of user
record, which report the status quo. That way we can always show the
correct, current settings.
src/home/homed-home.c
src/home/homed-home.h
src/shared/user-record.c