|
- {%- from "linux/map.jinja" import system with context -%}
-
-
-
-
- {%- for cgroup_name, cg in system.cgroup.group.items() %}
- {%- for subject in cg.mapping.subjects %}
- {{ subject }}{% raw %} {% endraw %}{%- for controller_name, controller in cg.controller.items() -%}{{ controller_name }}{%- if not loop.last -%},{%- endif -%}{%- endfor -%}{% raw %} {% endraw %}{{ cgroup_name }}
- {%- endfor %}
- {%- endfor %}
|