Searched refs:binding (Results 1 – 8 of 8) sorted by relevance
/systemd-251/docs/ |
D | GROUP_RECORD.md | 57 `privileged`/`perMachine`/`binding`/`status`/`signature`/`secret` → The 81 ## Fields in the `binding` section 83 The following fields are defined for the `binding` section, and are equivalent 151 "binding" : {
|
D | USER_RECORD.md | 125 4. Various fields are located in the `binding` section (a sub-sub-object of the 138 `binding` fields individually. Typically, the binding section is persisted 143 machine ID, similar to the way the `binding` section is organized). This 156 except for `regular`, `privileged`, `perMachine`. Specifically, `binding`, 178 | binding | no | yes | no | yes … 189 `perMachine` or `binding` sections and can include its data exclusively in the 201 with an additional, fifth `binding` section. When a local client enquires about 596 `binding` → An object, keyed by machine IDs formatted as strings, pointing 597 to objects that contain the `binding` section of the user record, 744 ## Fields in the `binding` section [all …]
|
D | HOME_DIRECTORY.md | 28 that user records are stored here without their `binding`, `status` and
|
D | USER_GROUP_API.md | 93 binding a socket in the aforementioned directory. By default two
|
/systemd-251/src/home/ |
D | user-record-util.c | 284 _cleanup_(json_variant_unrefp) JsonVariant *new_binding_entry = NULL, *binding = NULL; in user_record_add_binding() 349 binding = json_variant_ref(json_variant_by_key(h->json, "binding")); in user_record_add_binding() 350 if (binding) { in user_record_add_binding() 354 be = json_variant_ref(json_variant_by_key(binding, SD_ID128_TO_STRING(mid))); in user_record_add_binding() 365 r = json_variant_set_field(&binding, SD_ID128_TO_STRING(mid), new_binding_entry); in user_record_add_binding() 369 r = json_variant_set_field(&h->json, "binding", binding); in user_record_add_binding()
|
D | homed-home.c | 1565 JsonVariant *binding; in user_record_extend_with_binding() local 1574 binding = json_variant_by_key(with_binding->json, "binding"); in user_record_extend_with_binding() 1575 if (binding) { in user_record_extend_with_binding() 1576 r = json_variant_set_field(&v, "binding", binding); in user_record_extend_with_binding()
|
/systemd-251/ |
D | TODO | 127 * maybe add support for binding and connecting AF_UNIX sockets in the file 129 inode first, then connect to /proc/self/fd/XYZ. When binding, create symlink 155 binding it to locality/PCRs so that that keys cannot be generated otherwise. 252 * mirroring this: maybe support binding to AV_VSOCK in Type=notify services,
|
D | NEWS | 481 use when binding encryption to FIDO2 tokens. 1854 * systemd-nspawn gained a new switch --bind-user= for binding a host 9442 detection. The BindCarrier= option allows binding interface
|