New release https://github.com/containers/udica/releases/tag/v0.2.8
- Improve code readability based on lint and black findings
- Fix generating policy for Crio mounts
- Add --devices option
v0.2.7 release changes:
- Improve label collection for mounts and devices (RHEL-16245)
- Add support for containerd via "nerdctl inspect"
- Avoid duplicate rules for accessing mounts and devices
Resolves: RHEL-16245
- New rebase https://github.com/containers/udica/releases/tag/v0.2.5 (#1995046)
- Replace capability dictionary with str.lower()
- Enable udica to generate policies with fifo class
- Sort container inspect data before processing
- Update templates to work properly with new cil parser
Resolves: rhbz#1995046