/systemd-251/src/home/ |
D | homed-varlink.c | 37 static int build_user_json(Home *h, bool trusted, JsonVariant **ret) { in build_user_json() argument 46 if (trusted) in build_user_json() 87 bool trusted; in vl_method_get_user_record() local 125 trusted = client_is_trusted(link, h); in vl_method_get_user_record() 127 r = build_user_json(h, trusted, &v); in vl_method_get_user_record() 144 trusted = client_is_trusted(link, h); in vl_method_get_user_record() 146 r = build_user_json(h, trusted, &v); in vl_method_get_user_record()
|
D | homed-home-bus.c | 87 int r, trusted; in bus_home_get_record_json() local 92 trusted = bus_home_client_is_trusted(h, message); in bus_home_get_record_json() 93 if (trusted < 0) { in bus_home_get_record_json() 94 … log_warning_errno(trusted, "Failed to determine whether client is trusted, assuming untrusted."); in bus_home_get_record_json() 95 trusted = false; in bus_home_get_record_json() 99 if (trusted) in bus_home_get_record_json()
|
/systemd-251/src/userdb/ |
D | userwork.c | 77 bool trusted; in build_user_json() local 86 trusted = false; in build_user_json() 88 trusted = peer_uid == 0 || peer_uid == ur->uid; in build_user_json() 91 if (trusted) in build_user_json() 229 bool trusted; in build_group_json() local 238 trusted = false; in build_group_json() 240 trusted = peer_uid == 0; in build_group_json() 243 if (trusted) in build_group_json()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-introspect.c | 70 int introspect_begin(struct introspect *i, bool trusted) { in introspect_begin() argument 74 .trusted = trusted, in introspect_begin() 153 if (!i->trusted && in introspect_write_flags()
|
D | bus-introspect.h | 15 bool trusted; member 18 int introspect_begin(struct introspect *i, bool trusted);
|
D | bus-internal.h | 202 bool trusted:1; member
|
D | sd-bus.c | 396 bus->trusted = !!b; in sd_bus_set_trusted() 1255 b->trusted = false; in sd_bus_open_with_description() 1309 b->trusted = false; in sd_bus_open_system_with_description() 1380 b->trusted = true; in sd_bus_open_user_with_description() 1501 b->trusted = false; in sd_bus_open_system_remote() 1736 b->trusted = true; in sd_bus_open_user_machine() 4251 return bus->trusted; in sd_bus_is_trusted()
|
D | bus-objects.c | 306 if (bus->trusted) in check_access() 946 r = introspect_begin(&intro, bus->trusted); in introspect_path()
|
/systemd-251/src/portable/ |
D | meson.build | 28 install_data('profile/trusted/service.conf', install_dir : profiledir / 'trusted')
|
/systemd-251/src/journal-remote/ |
D | journal-remote.conf.in | 20 # TrustedCertificateFile={{CERTIFICATE_ROOT}}/ca/trusted.pem
|
D | journal-upload.conf.in | 19 # TrustedCertificateFile={{CERTIFICATE_ROOT}}/ca/trusted.pem
|
/systemd-251/docs/ |
D | HOME_DIRECTORY.md | 56 an extended attribute `trusted.fscrypt_slot0`, `trusted.fscrypt_slot1`, 57 `trusted.fscrypt_slot2`, … is maintained. Its value contains a colon-separated
|
D | PORTABLE_SERVICES.md | 129 There's also `trusted`, which runs the service with no restrictions, i.e. in 332 operation. In fact all but the `trusted` profile will default to this kind of
|
D | DISCOVERABLE_PARTITIONS.md | 232 1. A trusted Verity root hash is passed in externally, for example is specified 247 signature of it, using a signature key trusted by the OS. If so, discovery 249 root hash is validated with the signature and the OS-provided trusted
|
D | USER_RECORD.md | 186 because the records it manages are inherently trusted anyway) does not have to 924 might not happen via exclusively trusted channels. Hence it's essential that 935 generally insist on user record transfer from trusted servers via encrypted TLS 937 exist outside of the local trusted system, hence transfer and trust in the 939 records is that they are self-sufficiently trusted, not relying on a secure
|
D | JOURNAL_NATIVE_PROTOCOL.md | 91 are *trusted* and implicitly appended by `journald` on the receiving
|
D | RESOLVED-VPNS.md | 250 its local focus — in particular in the aforementioned less trusted *corporate*
|
/systemd-251/shell-completion/bash/ |
D | portablectl | 51 comps="default nonetwork strict trusted"
|
D | systemd-nspawn | 163 comps='yes no override trusted'
|
D | systemd-analyze | 156 …json=short --root --image --profile=default --profile=nonetwork --profile=strict --profile=trusted'
|
/systemd-251/test/units/ |
D | testsuite-65.sh | 591 --profile=/usr/lib/systemd/portable/profile/trusted/service.conf \
|
D | testsuite-29.sh | 13 ARGS+=(--profile=trusted)
|
/systemd-251/src/machine/ |
D | machine-dbus.c | 519 bus->trusted = false; in container_bus_new()
|
/systemd-251/ |
D | TODO | 328 but operates on /etc/ instead of /usr/ and /opt/. Use case would be: trusted, 778 shouldn't operate in a volatile mode unless we got told so from a trusted 1673 absence of other partitions for trusted boot environments
|
D | NEWS | 251 cgroups are used in addition to trusted.delegate and 252 trusted.invocation_id. The latter pair requires privileges to set, 1103 of the initrd environment. This is useful to implement trusted initrd
|