Lennart Poettering
Lennart Poettering
looks pretty good to me, only minor stuff.
CI is not happy: ``` 1367s ../src/sysupdate/sysupdated.c: In function ‘target_method_set_feature_enabled’: 1367s ../src/sysupdate/sysupdated.c:1394:36: error: comparison is always true due to limited range of data type [-Werror=type-limits] 1367s 1394 | "enabled", enabled...
looks all good, except for the "char" thing, please fix to "int32_t". Otherwise just nitpicks about naming.
hmm, so in nspawn we simply use tmpfiles.d/ drop-ins for this (for --bind-user=). and i have a mostly ready patch for vmspawn that does it the same way. firstboot only...
Documented the `.membership` files here now: #34060
Hmm, I guess #36740 addresses the same usecase. Can we close this one?
I was thinking of teach the PAM logic in the service manager to ask passwords via the `systemd-ask-password` API. that would mean if you turn on lingering for a homed...
Maybe we should add a new field to user records: `accessRequiresAuthentication` in the `status` section or so. Would be a boolean, defaults to false. If set to true (which homed...
btw, one more clarification: lingering is two things actually. one one hand it's that [email protected] is started immediately at boot for a user. and on the other hand it's that...
> The order is wrong. Sometimes it adds in right order, sometimes it does not. Why do you say that? Which order would be the "right" one? afaics, the order...