Package: golang-github-opencontainers-specs / 1.0.2.41.g7413a7f-1+deb11u1

Metadata

Package Version Patches format
golang-github-opencontainers-specs 1.0.2.41.g7413a7f-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
override default errno code.patch | (download)

config-linux.md | 4 4 + 0 - 0 !
schema/config-linux.json | 3 3 + 0 - 0 !
specs-go/config.go | 9 5 + 4 - 0 !
3 files changed, 12 insertions(+), 4 deletions(-)

 [patch] seccomp: allow to override default errno return code

the specs already support overriding the errno code for the syscalls
but the default value is hardcoded to EPERM.

Add a new attribute to override the default value.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>