-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
as stated in runc/libcontainer/cgroups/rootless/rootless.go, we duplicate an array that contains a bunch of cgroups (duplicate : runc/libcontainer/cgroups/fs/apply_raw.go ) :
subsystems = subsystemSet{
&CpusetGroup{},
&DevicesGroup{},
&MemoryGroup{},
&CpuGroup{},
&CpuacctGroup{},
&PidsGroup{},
&BlkioGroup{},
&HugetlbGroup{},
&NetClsGroup{},
&NetPrioGroup{},
&PerfEventGroup{},
&FreezerGroup{},
&NameGroup{GroupName: "name=systemd", Join: true},
}if refactoring is needed, i can work on this one.
cc @cyphar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels