blob: d013ec858c1b663f3a7f010d7abc5916cff3c5b3 [file] [log] [blame]
Suren Baghdasaryan503cf842018-10-17 16:42:47 -07001{
2 "Cgroups": [
3 {
4 "Controller": "cpu",
5 "Path": "/dev/cpuctl",
Suren Baghdasaryanc7602312019-02-02 16:09:17 -08006 "Mode": "0755",
Suren Baghdasaryan503cf842018-10-17 16:42:47 -07007 "UID": "system",
8 "GID": "system"
9 },
10 {
Suren Baghdasaryan503cf842018-10-17 16:42:47 -070011 "Controller": "cpuset",
12 "Path": "/dev/cpuset",
Suren Baghdasaryanc7602312019-02-02 16:09:17 -080013 "Mode": "0755",
Suren Baghdasaryan503cf842018-10-17 16:42:47 -070014 "UID": "system",
15 "GID": "system"
16 },
17 {
18 "Controller": "memory",
19 "Path": "/dev/memcg",
Suren Baghdasaryanc7602312019-02-02 16:09:17 -080020 "Mode": "0700",
Suren Baghdasaryan503cf842018-10-17 16:42:47 -070021 "UID": "root",
Suren Baghdasaryan7f19b1e2021-03-10 10:31:35 -080022 "GID": "system",
23 "Optional": true
Suren Baghdasaryan503cf842018-10-17 16:42:47 -070024 }
25 ],
26 "Cgroups2": {
Marco Ballesio1c755e22020-06-02 15:35:30 -070027 "Path": "/sys/fs/cgroup",
Bart Van Assche990194f2022-03-10 21:43:22 +000028 "Mode": "0775",
Marco Ballesio1c755e22020-06-02 15:35:30 -070029 "UID": "system",
30 "GID": "system",
31 "Controllers": [
32 {
33 "Controller": "freezer",
Bart Van Asschef508ede2022-03-09 00:48:34 +000034 "Path": "."
Bart Van Asscheeef0f562022-07-29 12:40:02 -070035 },
36 {
37 "Controller": "io",
38 "Path": ".",
39 "NeedsActivation": true,
40 "Optional": true
Marco Ballesio1c755e22020-06-02 15:35:30 -070041 }
42 ]
Suren Baghdasaryan503cf842018-10-17 16:42:47 -070043 }
44}