diff options
author | Lennart Poettering <lennart@poettering.net> | 2025-01-15 10:37:11 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2025-01-15 10:37:19 +0100 |
commit | 3eafa5e23c7301272f29ce9d88df4772999227c2 (patch) | |
tree | addd361dea0e51eb80c97c8e2f2fa041f7db5c49 | |
parent | sysusers: emit audit events for user and group creation (#35957) (diff) | |
download | systemd-3eafa5e23c7301272f29ce9d88df4772999227c2.tar.xz systemd-3eafa5e23c7301272f29ce9d88df4772999227c2.zip |
update TODO
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -122,6 +122,14 @@ Deprecations and removals: Features: +* add a small tool that reads user records/group records from a credential, and + then places them in the userdb drop-in dirs (either /run/ or /var/). While + doing so it processes them: + - split privileged part from unprivileged part (the way userdb dropins want + it + - write out membership files based on the listed group memberships + - maybe: also allocate a UID if none is included. + * the ordering cycle log messages in transaction_verify_order_one() should really be recognizable via a message id and come with an explanatory catalog message |