Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

systemd Is Planning to Take over Your Home Directory

Accepted submission by SemperOSS at 2019-09-21 09:11:54 from the all-your-computer-are-belong-to-us dept.
OS

At the All Systems Go conference in Berlin 20-22 September, Lennart Poettering proposed a new extension to systemd, systemd-homed.service. A video of his session can be downloaded from media.ccc.de [media.ccc.de] with accompanying slides [all-systems-go.io] [PDF].

In his presentation, Poettering outlines a number of problems he sees with the current system, like /etc needs to be writeable, UIDs need to be consistent across systems, and lack of encryption and resource management.

His goals with the proposed solution are migrateable and self-contained, UID-independent home directories with extensible user records that unify the user’s password and encryption key; LUKS locking on system suspend; and Yubikey support.

He identifies a number of problems this new idea could cause with SSH logins, disk space assignments, UID assignments, and LUKS locking.

He plans to introduce JSON user records that can be queried via a Varlink [varlink.org] interface and to a certain extent are convertible to and from existing formats. The home directories will be stored as LUKS-encrypted files that will be managed by the proposed new service, systemd-homed.service. The system integration will be supported by pam_systemd and systemd-logind.service.

It will be interesting to see how the world responds to this new take on systemd's ever-increasing encroachment of Linux.

… and lastly, this story is brought to you from a systemd-free laptop.


Original Submission