1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-08 08:27:24 +00:00

versions: Update libseccomp to version v2.5.5

This PR updates the libseccompt version to v2.5.5 which includes
the following changes:
- Update the syscall table for Linux
- Fix minor issues with binary tree testing and with empty binary trees

Fixes 

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2024-01-23 16:31:25 +00:00
parent 4516f38165
commit 1b0d12ab78

View File

@ -271,7 +271,7 @@ externals:
libseccomp:
description: "High level interface to Linux seccomp filter"
url: "https://github.com/seccomp/libseccomp"
version: "2.5.4"
version: "2.5.5"
runc:
description: "OCI CLI reference runtime implementation"