You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`seccomp`| Syscall filtering using `libseccomp`. | yes |`libseccomp`|
71
-
|`!runc_nodmz`| Reduce memory usage for CVE-2019-5736 protection by using a small C binary, [see `memfd-bind` for more details][contrib-memfd-bind]. `runc_nodmz` disables this feature and causes runc to use a different protection mechanism which will further increases memory usage temporarily during container startup. This feature can also be disabled at runtime by setting the `RUNC_DMZ=legacy` environment variable. | yes ||
71
+
|`!runc_nodmz`| Reduce memory usage for CVE-2019-5736 protection by using a small C binary, [see `memfd-bind` for more details][contrib-memfd-bind]. `runc_nodmz` disables this **experimental feature** and causes runc to use a different protection mechanism which will further increases memory usage temporarily during container startup. To enable this feature you also need to set the `RUNC_DMZ=true` environment variable. | yes ||
72
72
|`runc_dmz_selinux_nocompat`| Disables a SELinux DMZ workaround (new distros should set this). See [dmz README] for details. | no ||
73
73
74
74
The following build tags were used earlier, but are now obsoleted:
0 commit comments