mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
drop runc-dmz solution according to overlay solution
Because we have the overlay solution, we can drop runc-dmz binary solution since it has too many limitations. Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
@@ -106,15 +106,14 @@ make BUILDTAGS=""
|
||||
| Build Tag | Feature | Enabled by Default | Dependencies |
|
||||
|---------------|---------------------------------------|--------------------|---------------------|
|
||||
| `seccomp` | Syscall filtering using `libseccomp`. | yes | `libseccomp` |
|
||||
| `!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 ||
|
||||
|
||||
The following build tags were used earlier, but are now obsoleted:
|
||||
- **runc_nodmz** (since runc v1.2.1 runc dmz binary is dropped)
|
||||
- **nokmem** (since runc v1.0.0-rc94 kernel memory settings are ignored)
|
||||
- **apparmor** (since runc v1.0.0-rc93 the feature is always enabled)
|
||||
- **selinux** (since runc v1.0.0-rc93 the feature is always enabled)
|
||||
|
||||
[contrib-memfd-bind]: /contrib/cmd/memfd-bind/README.md
|
||||
[dmz README]: /libcontainer/dmz/README.md
|
||||
|
||||
### Running the test suite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user