Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runc: fix CVE-2019-16884 | Chen Qi | 2019-11-17 | 1 | -0/+201 |
| | | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | runc: add PACKAGECONFIG to allow building as static or not | Chen Qi | 2019-08-12 | 1 | -0/+35 |
Add a new PACKAGECONFIG, static, which when enabled will build runc as static. Default to enable it. We need this because we should allow users to build runc as not static so that when docker's cgroup driver is set to systemd, we don't get error. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |