summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-02-06 11:56:25 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-02-06 11:56:25 -0500
commite2bba8633e7597eff578131891115875298aab40 (patch)
tree43937f622a254b8dd3be3bfdd2af69a57fa46cdc /README
parentda32b79488aaadaf8780a274129f397670960614 (diff)
downloadmeta-virtualization-e2bba8633e7597eff578131891115875298aab40.tar.gz
runc/config: add seccomp distro feature
When using podman (or other seccomp enabled container runtimes), you will get an OCI container startup error if runc hasn't been built with seccomp. Adding a distro feature to runc and to the README to make it easier to coordinate the support. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 88068f30..f0809ae3 100644
--- a/README
+++ b/README
@@ -34,6 +34,7 @@ that may also be enabled:
34 - selinux: enables functionality in libvirt and lxc 34 - selinux: enables functionality in libvirt and lxc
35 - systemd: enable systemd services and unit files (for recipes for support) 35 - systemd: enable systemd services and unit files (for recipes for support)
36 - sysvinit: enable sysvinit scripts (for recipes with support) 36 - sysvinit: enable sysvinit scripts (for recipes with support)
37 - seccomp: enable seccomp support for packages that have the capability.
37 38
38Dependencies 39Dependencies
39------------ 40------------