containers / containrs

General purpose container library
Apache License 2.0
123 stars 21 forks source link

Add seccomp support #59

Open saschagrunert opened 3 years ago

saschagrunert commented 3 years ago

We basically have to unmarshal the seccomp profile path from the CRI and put it in the container runtime spec. We also have to provide the default profile runtime/default.

saschagrunert commented 3 years ago

/assign