Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dnamespace.c1621 char** read_only_paths, in namespace_calculate_mounts() argument
1658 strv_length(read_only_paths) + in namespace_calculate_mounts()
1856 char **read_only_paths, in root_read_only() argument
1864 if (prefixed_path_strv_contains(read_only_paths, "/")) in root_read_only()
1871 char** read_only_paths, in home_read_only() argument
1887 if (prefixed_path_strv_contains(read_only_paths, "/home") || in home_read_only()
1966 char** read_only_paths, in setup_namespace() argument
2032 if (root_read_only(read_only_paths, in setup_namespace()
2034 home_read_only(read_only_paths, inaccessible_paths, empty_directories, in setup_namespace()
2122 read_only_paths, in setup_namespace()
[all …]
Dnamespace.h119 char **read_only_paths,
Dexecute.h265 … char **read_write_paths, **read_only_paths, **inaccessible_paths, **exec_paths, **no_exec_paths; member
Dload-fragment-gperf.gperf.in105 …rv, 0, offsetof({{type}}, exec_context.read_only_paths)
108 …rv, 0, offsetof({{type}}, exec_context.read_only_paths)
Dexecute.c2041 !strv_isempty(context->read_only_paths) || in exec_needs_mount_namespace()
3639 needs_sandboxing ? context->read_only_paths : NULL, in apply_mount_namespace()
5362 c->read_only_paths = strv_free(c->read_only_paths); in exec_context_done()
6039 strv_dump(f, prefix, "ReadOnlyPaths", c->read_only_paths); in exec_context_dump()
Ddbus-execute.c1243 …SD_BUS_PROPERTY("ReadOnlyPaths", "as", NULL, offsetof(ExecContext, read_only_paths), SD_BUS_VTABLE…
1312 …SD_BUS_PROPERTY("ReadOnlyDirectories", "as", NULL, offsetof(ExecContext, read_only_paths), SD_BUS_…
3261 dirs = &c->read_only_paths; in bus_exec_context_set_transient_property()