![]() clone3 is explicitly requested to give ENOSYS instead of the default EPERM, when CAP_SYS_ADMIN is unset. See moby/moby PR 42681 (thanks to berrange). Without this commit, rawhide image does not work: ```console $ sudo ctr run --rm --net-host --seccomp registry.fedoraproject.org/fedora:rawhide foo /usr/bin/curl google.com curl: (6) getaddrinfo() thread failed to start ``` Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> |
||
---|---|---|
.. | ||
ansible | ||
apparmor | ||
autocomplete | ||
aws | ||
Dockerfile.test.d/cri-in-userns | ||
fuzz | ||
gce | ||
linuxkit | ||
nvidia | ||
seccomp | ||
snapshotservice | ||
Dockerfile.test | ||
README.md |
contrib
The contrib
directory contains packages that do not belong in the core containerd packages but still contribute to overall containerd usability.
Package such as Apparmor or Selinux are placed in contrib
because they are platform dependent and often require higher level tools and profiles to work.
Packaging and other built tools can be added to contrib
to aid in packaging containerd for various distributions.
Testing
Code in the contrib
directory may or may not have been tested in the normal test pipeline for core components.