containers / udica

This repository contains a tool for generating SELinux security profiles for containers
GNU General Public License v3.0
478 stars 47 forks source link

support for containerd engine #107

Closed alegrey91 closed 2 years ago

alegrey91 commented 2 years ago

Fix #90. @vmojzis I tried to solve the issue #90. I created a basic support for containerd using the native output of nerdctl (nerdctl inspect --mode native container_id). Can you review this PR? Cheers!

vmojzis commented 2 years ago

Thank you. Merged as part of https://github.com/containers/udica/pull/108