THis brings the list of attributes to delegate to managers of subcgroups
to the state of kernel 6.6.
We probably should unify this list, and maybe generate it automatically
from /sys/kernel/cgroup/delegate, but let's do that another time.
"cgroup.stat",
"cgroup.subtree_control",
"cgroup.threads",
+ "memory.oom.group",
+ "memory.reclaim",
"notify_on_release",
"tasks")
if (fchownat(fd, fn, uid_shift, uid_shift, 0) < 0)
{ "cgroup.procs", true },
{ "cgroup.subtree_control", true },
{ "cgroup.threads", false },
+ { "memory.oom.group", false },
+ { "memory.reclaim", false },
{},
};