Home
last modified time | relevance | path

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

12

/systemd-251/test/units/
Dtestsuite-29.sh30 portablectl "${ARGS[@]}" attach --now --runtime /usr/share/minimal_0.raw minimal-app0
36 portablectl "${ARGS[@]}" reattach --now --runtime /usr/share/minimal_1.raw minimal-app0
45 portablectl detach --now --runtime /usr/share/minimal_1.raw minimal-app0
55 portablectl "${ARGS[@]}" attach --copy=symlink --now --runtime /tmp/minimal_0 minimal-app0
61 portablectl "${ARGS[@]}" reattach --now --enable --runtime /tmp/minimal_1 minimal-app0
70 portablectl detach --now --enable --runtime /tmp/minimal_1 minimal-app0
75 portablectl "${ARGS[@]}" attach --now --runtime --extension /usr/share/app0.raw /usr/share/minimal_…
81 portablectl "${ARGS[@]}" reattach --now --runtime --extension /usr/share/app0.raw /usr/share/minima…
87 portablectl detach --now --runtime --extension /usr/share/app0.raw /usr/share/minimal_1.raw app0
89 portablectl "${ARGS[@]}" attach --now --runtime --extension /usr/share/app1.raw /usr/share/minimal_…
[all …]
Dtestsuite-49.sh15 echo "MARKER_RUNTIME" >/run/testservice-49-runtime
17 systemctl bind --mkdir testsuite-49-namespaced.service /run/testservice-49-runtime /tmp/testfile_ru…
30 systemctl bind --mkdir testsuite-49-non-namespaced.service /run/testservice-49-runtime /tmp/testfil…
Dtestsuite-16.service8 Wants=success-runtime.service
12 Wants=fail-runtime.service
Dtestsuite-49-namespaced.service4 # Adding a new mounts at runtime works if the unit is in the active state,
/systemd-251/src/basic/
Dpath-lookup.c316 static int acquire_config_dirs(LookupScope scope, char **persistent, char **runtime) { in acquire_config_dirs() argument
321 assert(runtime); in acquire_config_dirs()
340 r = xdg_user_runtime_dir(runtime, "/systemd/user"); in acquire_config_dirs()
347 *runtime = NULL; in acquire_config_dirs()
362 *runtime = TAKE_PTR(b); in acquire_config_dirs()
367 static int acquire_control_dirs(LookupScope scope, char **persistent, char **runtime) { in acquire_control_dirs() argument
372 assert(runtime); in acquire_control_dirs()
387 *runtime = TAKE_PTR(b); in acquire_control_dirs()
397 r = xdg_user_runtime_dir(runtime, "/systemd/user.control"); in acquire_control_dirs()
404 *runtime = NULL; in acquire_control_dirs()
/systemd-251/src/portable/
Dportabled-image-bus.c350 int runtime; in bus_image_common_attach() local
352 r = sd_bus_message_read(message, "bs", &runtime, &copy_mode); in bus_image_common_attach()
356 if (runtime) in bus_image_common_attach()
440 int runtime; in bus_image_method_detach() local
442 r = sd_bus_message_read(message, "b", &runtime); in bus_image_method_detach()
446 if (runtime) in bus_image_method_detach()
693 int runtime; in bus_image_common_reattach() local
695 r = sd_bus_message_read(message, "bs", &runtime, &copy_mode); in bus_image_common_reattach()
699 if (runtime) in bus_image_common_reattach()
916 "b", runtime,
[all …]
Dportabled-bus.c312 int runtime; in method_detach_image() local
314 r = sd_bus_message_read(message, "b", &runtime); in method_detach_image()
318 if (runtime) in method_detach_image()
464 "b", runtime,
481 "b", runtime),
496 "b", runtime,
/systemd-251/src/core/
Ddbus-manager.c48 static UnitFileFlags unit_file_bools_to_flags(bool runtime, bool force) { in unit_file_bools_to_flags() argument
49 return (runtime ? UNIT_FILE_RUNTIME : 0) | in unit_file_bools_to_flags()
2318 int runtime, force; in method_enable_unit_files_generic() local
2320 r = sd_bus_message_read(message, "bb", &runtime, &force); in method_enable_unit_files_generic()
2323 flags = unit_file_bools_to_flags(runtime, force); in method_enable_unit_files_generic()
2374 int runtime, force, r; in method_preset_unit_files_with_mode() local
2385 r = sd_bus_message_read(message, "sbb", &mode, &runtime, &force); in method_preset_unit_files_with_mode()
2389 flags = unit_file_bools_to_flags(runtime, force); in method_preset_unit_files_with_mode()
2442 int runtime; in method_disable_unit_files_generic() local
2444 r = sd_bus_message_read(message, "b", &runtime); in method_disable_unit_files_generic()
[all …]
Dexecute.c2033 const ExecRuntime *runtime) { in exec_needs_mount_namespace() argument
2065 if (context->private_tmp && runtime && (runtime->tmp_dir || runtime->var_tmp_dir)) in exec_needs_mount_namespace()
3519 const ExecRuntime *runtime, in apply_mount_namespace() argument
3558 if (context->private_tmp && runtime) { in apply_mount_namespace()
3559 if (streq_ptr(runtime->tmp_dir, RUN_SYSTEMD_EMPTY)) in apply_mount_namespace()
3560 tmp_dir = runtime->tmp_dir; in apply_mount_namespace()
3561 else if (runtime->tmp_dir) in apply_mount_namespace()
3562 tmp_dir = strjoina(runtime->tmp_dir, "/tmp"); in apply_mount_namespace()
3564 if (streq_ptr(runtime->var_tmp_dir, RUN_SYSTEMD_EMPTY)) in apply_mount_namespace()
3565 var_tmp_dir = runtime->var_tmp_dir; in apply_mount_namespace()
[all …]
Dexecute.h435 ExecRuntime *runtime,
524 …nt_namespace(const ExecContext *context, const ExecParameters *params, const ExecRuntime *runtime);
/systemd-251/docs/
DTESTING_WITH_SANITIZERS.md24 truly useful results, you should tweak the runtime configuration of respective
46 to the `meson` call and use the same environment variables for runtime configuration.
55 runtime libraries, usually shipped in the `compiler-rt` package. As these libraries
57 need to manually direct binaries to the respective runtime libraries.
60 # Optionally locate the respective runtime DSO
DCONTRIBUTING.md52 and runtime dependencies are documented in the [README](../README).
57 are runtime and build time graceful fallbacks (e.g.: daemon will not be built, runtime functionalit…
DPORTABLE_SERVICES.md152 downtime and avoiding losing runtime state associated with the unit such as the
184 (empty files are ok), they will be bind mounted from the host at runtime.
267 image, and are combined with OverlayFS at runtime, when they are attached. This
268 enables a workflow that splits the base 'runtime' from the daemon, so that multiple
269 portable services can share the same 'runtime' image (libraries, tools) without
270 having to include everything each time, with the layering happening only at runtime.
DCREDENTIALS.md27 runtime.
97 credentials configured this way. If so, the runtime credential directory of the
372 From *service* perspective the runtime path to find loaded credentials in is
375 At runtime, credentials passed to the *system* are placed in
DUIDS-GIDS.md29 changed with a sysctl during runtime, but that's not supported on
61 regular users, even during runtime as user configuration. Moreover, some older
176 recommended. It will nevertheless query `/etc/login.defs` at runtime, when
246 level of UID mapped mounts, at *runtime*) or at a base UID from the container
/systemd-251/test/testsuite-16.units/
Dsuccess-all.service7 # Normal success - startup / runtime / shutdown all take 8 seconds which is within the EXTEND_TIMEO…
8 # runtime is 8+8+8 seconds. so we are relying on the EXTEND_TIMEOUT_USEC to exceed all stages, Star…
Dsuccess-runtime.service7 # EXTEND_TIMEOUT_USEC=4 second once during runtime, but sleep for 6 seconds.
Dfail-runtime.service6 # EXTEND_TIMEOUT_USEC on runtime start (0) and 7 seconds after. Systemd will expect one at 7+5 (ext…
/systemd-251/units/
Duser-runtime-dir@.service.in18 ExecStart={{ROOTLIBEXECDIR}}/systemd-user-runtime-dir start %i
19 ExecStop={{ROOTLIBEXECDIR}}/systemd-user-runtime-dir stop %i
Duser@.service.in13 After=systemd-user-sessions.service user-runtime-dir@%i.service dbus.service
14 Requires=user-runtime-dir@%i.service
/systemd-251/shell-completion/zsh/
D_systemctl.in26 "status:Show runtime status of one or more units"
33 "clean:Remove configuration, state, cache, logs or runtime data of units"
208 …__systemctl $mode list-unit-files --state enabled,enabled-runtime,linked,linked-runtime,static,ind…
495 '--runtime[Enable/disable/mask unit files only temporarily until next reboot]' \
/systemd-251/shell-completion/bash/
Dsystemctl.in67 …__systemctl $1 list-unit-files --state enabled,enabled-runtime,linked,linked-runtime,static,indire…
129 … --quiet -q --system --user --version --runtime --recursive -r --firmware-setup
Dportablectl36 [STANDALONE]='-q --quiet --runtime --no-reload --cat --no-pager --no-legend
/systemd-251/src/login/
Dmeson.build62 user_runtime_dir_sources = files('user-runtime-dir.c')
Dpam_systemd.c303 const char *runtime) { in export_legacy_dbus_address() argument
321 s = strjoina(runtime, "/bus"); in export_legacy_dbus_address()
325 if (asprintf(&t, DEFAULT_USER_BUS_ADDRESS_FMT, runtime) < 0) in export_legacy_dbus_address()

12