mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
d105e052d3
OCI spec added SCMP_ACT_KILL_THREAD and SCMP_ACT_KILL_PROCESS almost two years ago ([1], [2]), but runc support was half-finished [3]. Add these actions, and modify the test case to check them. In addition, "runc features" now lists the new actions. [1] https://github.com/opencontainers/runtime-spec/pull/1044 [2] https://github.com/opencontainers/runtime-spec/pull/1064 [3] https://github.com/opencontainers/runc/pulls/3204 Fixes:4a4d4f109bSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commite74fdeb88a) (cherry picked from commit68427f33d0) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>