mirror of
https://github.com/systemd/systemd
synced 2026-03-26 08:44:55 +01:00
Compare commits
2 Commits
d52cc0a531
...
9c53de8bc5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c53de8bc5 | ||
|
|
6e5485617e |
74
TODO
74
TODO
@ -83,6 +83,8 @@ Janitorial Clean-ups:
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
* PAM: pick auf one authentication token from credentials
|
||||||
|
|
||||||
* tpm2: figure out if we need to do anything for TPM2 parameter encryption? And
|
* tpm2: figure out if we need to do anything for TPM2 parameter encryption? And
|
||||||
if so, what precisely?
|
if so, what precisely?
|
||||||
|
|
||||||
@ -92,8 +94,6 @@ Features:
|
|||||||
data in the image, make sure the image filename actually matches this, so
|
data in the image, make sure the image filename actually matches this, so
|
||||||
that images cannot be misused.
|
that images cannot be misused.
|
||||||
|
|
||||||
* use credentials logic/TPM2 logic to store homed signing key
|
|
||||||
|
|
||||||
* New udev block device symlink names:
|
* New udev block device symlink names:
|
||||||
/dev/disk/by-parttypelabel/<pttype>/<ptlabel>. Use case: if pt label is used
|
/dev/disk/by-parttypelabel/<pttype>/<ptlabel>. Use case: if pt label is used
|
||||||
as partition image version string, this is a safe way to reference a specific
|
as partition image version string, this is a safe way to reference a specific
|
||||||
@ -1199,46 +1199,36 @@ Features:
|
|||||||
- when homed is in use, maybe start the user session manager in a mount namespace with MS_SLAVE,
|
- when homed is in use, maybe start the user session manager in a mount namespace with MS_SLAVE,
|
||||||
so that mounts propagate down but not up - eg, user A setting up a backup volume
|
so that mounts propagate down but not up - eg, user A setting up a backup volume
|
||||||
doesn't mean user B sees it
|
doesn't mean user B sees it
|
||||||
|
- use credentials logic/TPM2 logic to store homed signing key
|
||||||
* homed: during login resize fs automatically towards size goal. Specifically,
|
- during login resize fs automatically towards size goal. Specifically,
|
||||||
resize to diskSize if possible, but leave a certain amount (configured by a
|
resize to diskSize if possible, but leave a certain amount (configured by a
|
||||||
new value diskLeaveFreeSize) of space free on the backing fs.
|
new value diskLeaveFreeSize) of space free on the backing fs.
|
||||||
|
- permit multiple user record signing keys to be used locally, and pick
|
||||||
* homed: permit multiple user record signing keys to be used locally, and pick
|
the right one for signing records automatically depending on a pre-existing
|
||||||
the right one for signing records automatically depending on a pre-existing
|
signature
|
||||||
signature
|
- add a way to "adopt" a home directory, i.e. strip foreign signatures
|
||||||
|
and insert a local signature instead.
|
||||||
* homed: add a way to "adopt" a home directory, i.e. strip foreign signatures
|
- as an extension to the directory+subvolume backend: if located on
|
||||||
and insert a local signature instead.
|
especially marked fs, then sync down password into LUKS header of that fs,
|
||||||
|
and always verify passwords against it too. Bootstrapping is a problem
|
||||||
* homed: as an extension to the directory+subvolume backend: if located on
|
though: if no one is logged in (or no other user even exists yet), how do you
|
||||||
especially marked fs, then sync down password into LUKS header of that fs,
|
unlock the volume in order to create the first user and add the first pw.
|
||||||
and always verify passwords against it too. Bootstrapping is a problem
|
- support new FS_IOC_ADD_ENCRYPTION_KEY ioctl for setting up fscrypt
|
||||||
though: if no one is logged in (or no other user even exists yet), how do you
|
- maybe pre-create ~/.cache as subvol so that it can have separate quota
|
||||||
unlock the volume in order to create the first user and add the first pw.
|
easily?
|
||||||
|
- if kernel 5.12 uid mapping mounts exist, use that instead of recursive
|
||||||
* homed: support new FS_IOC_ADD_ENCRYPTION_KEY ioctl for setting up fscrypt
|
chowns.
|
||||||
|
- add a switch to homectl (maybe called --first-boot) where it will check if
|
||||||
* homed: maybe pre-create ~/.cache as subvol so that it can have separate quota
|
any non-system users exist, and if not prompts interactively for basic user
|
||||||
easily?
|
info, mimicking systemd-firstboot. Then, place this in a service that runs
|
||||||
|
after systemd-homed, but before gdm and friends, as a simple, barebones
|
||||||
* homed: if kernel 5.12 uid mapping mounts exist, use that instead of recursive
|
fallback logic to get a regular user created on uninitialized systems.
|
||||||
chowns.
|
- store PKCS#11 + FIDO2 token info in LUKS2 header, compatible with
|
||||||
|
systemd-cryptsetup, so that it can unlock homed volumes
|
||||||
* add a switch to homectl (maybe called --first-boot) where it will check if
|
- try to unmount in regular intervals when home dir was busy when we
|
||||||
any non-system users exist, and if not prompts interactively for basic user
|
tried because idle.
|
||||||
info, mimicking systemd-firstboot. Then, place this in a service that runs
|
- keep an fd to the homedir open at all times, to keep the fs pinned
|
||||||
after systemd-homed, but before gdm and friends, as a simple, barebones
|
(autofs and such) while user is logged in.
|
||||||
fallback logic to get a regular user created on uninitialized systems.
|
|
||||||
|
|
||||||
* homed: store PKCS#11 + FIDO2 token info in LUKS2 header, compatible with
|
|
||||||
systemd-cryptsetup, so that it can unlock homed volumes
|
|
||||||
|
|
||||||
* homed: try to unmount in regular intervals when home dir was busy when we
|
|
||||||
tried because idle.
|
|
||||||
|
|
||||||
* homed: keep an fd to the homedir open at all times, to keep the fs pinned
|
|
||||||
(autofs and such) while user is logged in.
|
|
||||||
|
|
||||||
* add a new switch --auto-definitions=yes/no or so to systemd-repart. If
|
* add a new switch --auto-definitions=yes/no or so to systemd-repart. If
|
||||||
specified, synthesize a definition automatically if we can: enlarge last
|
specified, synthesize a definition automatically if we can: enlarge last
|
||||||
|
|||||||
@ -705,19 +705,51 @@ static void job_emit_done_message(Unit *u, uint32_t job_id, JobType t, JobResult
|
|||||||
|
|
||||||
if (!console_only) { /* Skip printing if output goes to the console, and job_print_status_message()
|
if (!console_only) { /* Skip printing if output goes to the console, and job_print_status_message()
|
||||||
* will actually print something to the console. */
|
* will actually print something to the console. */
|
||||||
|
Condition *c;
|
||||||
const char *mid = job_done_mid(t, result); /* mid may be NULL. log_unit_struct() will ignore it. */
|
const char *mid = job_done_mid(t, result); /* mid may be NULL. log_unit_struct() will ignore it. */
|
||||||
const char *msg_fmt = strjoina("MESSAGE=", format);
|
|
||||||
|
|
||||||
DISABLE_WARNING_FORMAT_NONLITERAL;
|
c = t == JOB_START && result == JOB_DONE ? unit_find_failed_condition(u) : NULL;
|
||||||
log_unit_struct(u, job_done_messages[result].log_level,
|
if (c) {
|
||||||
msg_fmt, ident,
|
/* Special case units that were skipped because of a failed condition check so that
|
||||||
"JOB_ID=%" PRIu32, job_id,
|
* we can add more information to the message. */
|
||||||
"JOB_TYPE=%s", job_type_to_string(t),
|
if (c->trigger)
|
||||||
"JOB_RESULT=%s", job_result_to_string(result),
|
log_unit_struct(
|
||||||
LOG_UNIT_INVOCATION_ID(u),
|
u,
|
||||||
mid);
|
job_done_messages[result].log_level,
|
||||||
REENABLE_WARNING;
|
"MESSAGE=%s was skipped because all trigger condition checks failed.",
|
||||||
|
ident,
|
||||||
|
"JOB_ID=%" PRIu32, job_id,
|
||||||
|
"JOB_TYPE=%s", job_type_to_string(t),
|
||||||
|
"JOB_RESULT=%s", job_result_to_string(result),
|
||||||
|
LOG_UNIT_INVOCATION_ID(u),
|
||||||
|
mid);
|
||||||
|
else
|
||||||
|
log_unit_struct(
|
||||||
|
u,
|
||||||
|
job_done_messages[result].log_level,
|
||||||
|
"MESSAGE=%s was skipped because of a failed condition check (%s=%s%s).",
|
||||||
|
ident,
|
||||||
|
condition_type_to_string(c->type),
|
||||||
|
c->negate ? "!" : "",
|
||||||
|
c->parameter,
|
||||||
|
"JOB_ID=%" PRIu32, job_id,
|
||||||
|
"JOB_TYPE=%s", job_type_to_string(t),
|
||||||
|
"JOB_RESULT=%s", job_result_to_string(result),
|
||||||
|
LOG_UNIT_INVOCATION_ID(u),
|
||||||
|
mid);
|
||||||
|
} else {
|
||||||
|
const char *msg_fmt = strjoina("MESSAGE=", format);
|
||||||
|
|
||||||
|
DISABLE_WARNING_FORMAT_NONLITERAL;
|
||||||
|
log_unit_struct(u, job_done_messages[result].log_level,
|
||||||
|
msg_fmt, ident,
|
||||||
|
"JOB_ID=%" PRIu32, job_id,
|
||||||
|
"JOB_TYPE=%s", job_type_to_string(t),
|
||||||
|
"JOB_RESULT=%s", job_result_to_string(result),
|
||||||
|
LOG_UNIT_INVOCATION_ID(u),
|
||||||
|
mid);
|
||||||
|
REENABLE_WARNING;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (do_console) {
|
if (do_console) {
|
||||||
|
|||||||
@ -5848,6 +5848,25 @@ int unit_thaw_vtable_common(Unit *u) {
|
|||||||
return unit_cgroup_freezer_action(u, FREEZER_THAW);
|
return unit_cgroup_freezer_action(u, FREEZER_THAW);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Condition *unit_find_failed_condition(Unit *u) {
|
||||||
|
Condition *c, *failed_trigger = NULL;
|
||||||
|
bool has_succeeded_trigger = false;
|
||||||
|
|
||||||
|
if (u->condition_result)
|
||||||
|
return NULL;
|
||||||
|
|
||||||
|
LIST_FOREACH(conditions, c, u->conditions)
|
||||||
|
if (c->trigger) {
|
||||||
|
if (c->result == CONDITION_SUCCEEDED)
|
||||||
|
has_succeeded_trigger = true;
|
||||||
|
else if (!failed_trigger)
|
||||||
|
failed_trigger = c;
|
||||||
|
} else if (c->result != CONDITION_SUCCEEDED)
|
||||||
|
return c;
|
||||||
|
|
||||||
|
return failed_trigger && !has_succeeded_trigger ? failed_trigger : NULL;
|
||||||
|
}
|
||||||
|
|
||||||
static const char* const collect_mode_table[_COLLECT_MODE_MAX] = {
|
static const char* const collect_mode_table[_COLLECT_MODE_MAX] = {
|
||||||
[COLLECT_INACTIVE] = "inactive",
|
[COLLECT_INACTIVE] = "inactive",
|
||||||
[COLLECT_INACTIVE_OR_FAILED] = "inactive-or-failed",
|
[COLLECT_INACTIVE_OR_FAILED] = "inactive-or-failed",
|
||||||
|
|||||||
@ -984,6 +984,8 @@ void unit_thawed(Unit *u);
|
|||||||
int unit_freeze_vtable_common(Unit *u);
|
int unit_freeze_vtable_common(Unit *u);
|
||||||
int unit_thaw_vtable_common(Unit *u);
|
int unit_thaw_vtable_common(Unit *u);
|
||||||
|
|
||||||
|
Condition *unit_find_failed_condition(Unit *u);
|
||||||
|
|
||||||
/* Macros which append UNIT= or USER_UNIT= to the message */
|
/* Macros which append UNIT= or USER_UNIT= to the message */
|
||||||
|
|
||||||
#define log_unit_full_errno_zerook(unit, level, error, ...) \
|
#define log_unit_full_errno_zerook(unit, level, error, ...) \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user