mirror of
https://github.com/systemd/systemd.git
synced 2025-11-10 08:24:08 +03:00
@@ -4098,7 +4098,7 @@ static int setup_keyring(
|
|||||||
return log_error_errno(errno, "Failed to change GID back for user keyring: %m");
|
return log_error_errno(errno, "Failed to change GID back for user keyring: %m");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Populate they keyring with the invocation ID by default, as original saved_uid. */
|
/* Populate the keyring with the invocation ID by default, as original saved_uid. */
|
||||||
if (!sd_id128_is_null(p->invocation_id)) {
|
if (!sd_id128_is_null(p->invocation_id)) {
|
||||||
key_serial_t key;
|
key_serial_t key;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user