Home
last modified time | relevance | path

Searched refs:trusted (Results 1 – 25 of 25) sorted by relevance

/systemd-251/src/home/
Dhomed-varlink.c37 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()
Dhomed-home-bus.c87 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/
Duserwork.c77 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/
Dbus-introspect.c70 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()
Dbus-introspect.h15 bool trusted; member
18 int introspect_begin(struct introspect *i, bool trusted);
Dbus-internal.h202 bool trusted:1; member
Dsd-bus.c396 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()
Dbus-objects.c306 if (bus->trusted) in check_access()
946 r = introspect_begin(&intro, bus->trusted); in introspect_path()
/systemd-251/src/portable/
Dmeson.build28 install_data('profile/trusted/service.conf', install_dir : profiledir / 'trusted')
/systemd-251/src/journal-remote/
Djournal-remote.conf.in20 # TrustedCertificateFile={{CERTIFICATE_ROOT}}/ca/trusted.pem
Djournal-upload.conf.in19 # TrustedCertificateFile={{CERTIFICATE_ROOT}}/ca/trusted.pem
/systemd-251/docs/
DHOME_DIRECTORY.md56 an extended attribute `trusted.fscrypt_slot0`, `trusted.fscrypt_slot1`,
57 `trusted.fscrypt_slot2`, … is maintained. Its value contains a colon-separated
DPORTABLE_SERVICES.md129 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
DDISCOVERABLE_PARTITIONS.md232 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
DUSER_RECORD.md186 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
DJOURNAL_NATIVE_PROTOCOL.md91 are *trusted* and implicitly appended by `journald` on the receiving
DRESOLVED-VPNS.md250 its local focus — in particular in the aforementioned less trusted *corporate*
/systemd-251/shell-completion/bash/
Dportablectl51 comps="default nonetwork strict trusted"
Dsystemd-nspawn163 comps='yes no override trusted'
Dsystemd-analyze156 …json=short --root --image --profile=default --profile=nonetwork --profile=strict --profile=trusted'
/systemd-251/test/units/
Dtestsuite-65.sh591 --profile=/usr/lib/systemd/portable/profile/trusted/service.conf \
Dtestsuite-29.sh13 ARGS+=(--profile=trusted)
/systemd-251/src/machine/
Dmachine-dbus.c519 bus->trusted = false; in container_bus_new()
/systemd-251/
DTODO328 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
DNEWS251 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