Home
last modified time | relevance | path

Searched refs:exec_paths (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/core/
Dnamespace.h121 char **exec_paths,
Dnamespace.c1623 char** exec_paths, in namespace_calculate_mounts() argument
1660 strv_length(exec_paths) + in namespace_calculate_mounts()
1968 char** exec_paths, in setup_namespace() argument
2124 exec_paths, in setup_namespace()
2156 r = append_access_mounts(&m, exec_paths, EXEC, require_prefix); in setup_namespace()
Dexecute.h265 … char **read_write_paths, **read_only_paths, **inaccessible_paths, **exec_paths, **no_exec_paths; member
Dexecute.c2043 !strv_isempty(context->exec_paths) || in exec_needs_mount_namespace()
3641 needs_sandboxing ? context->exec_paths : NULL, in apply_mount_namespace()
5365 c->exec_paths = strv_free(c->exec_paths); in exec_context_done()
6041 strv_dump(f, prefix, "ExecPaths", c->exec_paths); in exec_context_dump()
Dload-fragment-gperf.gperf.in110 …th_strv, 0, offsetof({{type}}, exec_context.exec_paths)
Ddbus-execute.c1245 …SD_BUS_PROPERTY("ExecPaths", "as", NULL, offsetof(ExecContext, exec_paths), SD_BUS_VTABLE_PROPERTY…
3263 dirs = &c->exec_paths; in bus_exec_context_set_transient_property()