Home
last modified time | relevance | path

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

/systemd-251/units/
Dsystemd-udevd.service.in20 DeviceAllow=block-* rwm
21 DeviceAllow=char-* rwm
Dsystemd-nspawn@.service.in35 DeviceAllow=/dev/net/tun rwm
/systemd-251/src/core/
Ddbus-cgroup.c288 char rwm[4]; in property_get_device_allow() local
291 rwm[k++] = 'r'; in property_get_device_allow()
293 rwm[k++] = 'w'; in property_get_device_allow()
295 rwm[k++] = 'm'; in property_get_device_allow()
297 rwm[k] = 0; in property_get_device_allow()
299 r = sd_bus_message_append(reply, "(ss)", a->path, rwm); in property_get_device_allow()
1636 const char *path, *rwm; in bus_cgroup_set_property() local
1643 while ((r = sd_bus_message_read(message, "(ss)", &path, &rwm)) > 0) { in bus_cgroup_set_property()
1648 if (isempty(rwm)) in bus_cgroup_set_property()
1649 rwm = "rwm"; in bus_cgroup_set_property()
[all …]
/systemd-251/test/fuzz/fuzz-nspawn-oci/
Dcrash-db0595479ee2e625fa5419a821009b5eb4d809b771 "access": "rwm"
/systemd-251/src/systemctl/
Dsystemctl-show.c1352 const char *path, *rwm; in print_property() local
1358 while ((r = sd_bus_message_read(m, "(ss)", &path, &rwm)) > 0) in print_property()
1359 … bus_print_property_valuef(name, expected_value, flags, "%s %s", strna(path), strna(rwm)); in print_property()
/systemd-251/src/shared/
Dbus-unit-util.c606 const char *path = eq, *rwm = NULL, *e; in bus_append_cgroup_property() local
611 rwm = e+1; in bus_append_cgroup_property()
614 … r = sd_bus_message_append(m, "(sv)", field, "a(ss)", 1, path, strempty(rwm)); in bus_append_cgroup_property()