Searched refs:delegate (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/shared/ |
D | cgroup-show.c | 165 bool delegate; in show_cgroup_name() local 174 delegate = is_delegated(fd, path) > 0; in show_cgroup_name() 197 delegate ? ansi_underline() : "", in show_cgroup_name() 199 delegate ? ansi_normal() : ""); in show_cgroup_name() 201 if (delegate) in show_cgroup_name()
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 101 bool delegate; member 1329 .offset = offsetof(SecurityInfo, delegate), 2302 …, NULL, offsetof(SecurityInfo, delegate) … in acquire_security_info() 2603 info->delegate = g->delegate; in get_security_info()
|
/systemd-251/src/core/ |
D | cgroup.h | 124 bool delegate; member
|
D | dbus-cgroup.c | 78 if (!c->delegate) in property_get_delegate_controllers() 448 … SD_BUS_PROPERTY("Delegate", "b", bus_property_get_bool, offsetof(CGroupContext, delegate), 0), 534 c->delegate = b; in bus_cgroup_set_transient_property() 582 c->delegate = true; in bus_cgroup_set_transient_property()
|
D | cgroup.c | 508 prefix, yes_no(c->delegate), in cgroup_context_dump() 514 if (c->delegate) { in cgroup_context_dump() 4098 return c->delegate; in unit_cgroup_delegate()
|
D | load-fragment.c | 4001 c->delegate = true; in config_parse_delegate() 4033 c->delegate = true; in config_parse_delegate() 4037 c->delegate = true; in config_parse_delegate() 4040 c->delegate = false; in config_parse_delegate()
|
D | service.c | 776 … s->oom_policy = s->cgroup_context.delegate ? OOM_CONTINUE : UNIT(s)->manager->default_oom_policy; in service_add_extras()
|
/systemd-251/docs/ |
D | CGROUP_DELEGATION.md | 206 can delegate sub-sub-trees further to somebody else if they like). Delegation 256 The service manager sets the `user.delegate` extended attribute (readable via 365 for grabs: systemd won't manage them, and hence won't delegate them to your 397 to delegate a sub-tree to it. Note that there's nothing too special you have to 434 delegate a sub-tree further down to the container payload. Oh, and because
|
/systemd-251/ |
D | NEWS | 250 * The user.delegate and user.invocation_id extended attributes on 251 cgroups are used in addition to trusted.delegate and 6593 before), which lists the controllers to delegate at least.
|