Skip to content

Releases: containers/oci-seccomp-bpf-hook

v1.2.11

31 Mar 11:07

Choose a tag to compare

Fix an issue where the read syscall isn't being correctly recorded on
RHEL 10, see https://issues.redhat.com/browse/RHEL-85351.

v1.2.10

20 Oct 08:53

Choose a tag to compare

What's Changed

Full Changelog: v1.2.9...v1.2.10

v1.2.9

18 Apr 15:23

Choose a tag to compare

  • Cirrus: Always collect journal after testing
  • Cirrus: Update CI VM Images
  • fix builds on recent kernels
  • Update module github.com/opencontainers/runtime-spec to v1.1.0-rc.2
  • Update module github.com/stretchr/testify to v1.8.2
  • Use the latest fedora base image
  • Add renovate configuration
  • bump dependencies
  • Updates for golang 1.19
  • Cirrus: Update CI VM images to F37

v1.2.8

17 Oct 13:20

Choose a tag to compare

  • update gobpf: fix compatibility with bcc v0.25.0

v1.2.7

12 Oct 07:56

Choose a tag to compare

  • README: add copyright notice
  • Cirrus: Use the latest imgts container

v1.2.6

11 Jul 12:47

Choose a tag to compare

  • use containers/common/pkg/seccomp
  • fix make validate
  • CI: squash build & test tasks
  • CI: use newer libpod image
  • CI: bump golangci-lint to v1.45.2
  • CI: bump to golang:1.18 image

v1.2.5

16 Mar 08:47

Choose a tag to compare

Plus changes from v1.2.4 which has not been tagged as the above CVE just popped up in the alerts after merging the v1.2.4 branch:

  • migrate to native error handling
  • update dependencies
  • Remove unused zero_64 variable
  • Do not record empty syscall names
  • [CI:DOCS] Update link master -> main
  • Fix docs links due to branch rename
  • bump github.com/iovisor/gobpf v0.1.1 -> v0.2.0
  • Update F34beta -> F34

v1.2.3

27 Apr 12:44

Choose a tag to compare

This fixes a build issue on armv7hl

v1.2.2

20 Apr 14:25

Choose a tag to compare

Mostly performance improvements and bug fixes for Fedora 34.

  • cirrus: set selinux to permissive
  • hook: delay SIGUSR1
  • Cirrus: Use shared get_ci_vm container image
  • Cirrus: Update to F34beta VM image
  • ebpf: check for NULL
  • ebpf: move prctl handling to ebpf
  • ebpf: memorize what syscalls were notified
  • Test suite: minimal tweaks for gating environment

v1.2.1

27 Jan 12:30

Choose a tag to compare

  • Cirrus: update to latest Fedora image
  • defer event processing
  • Cirrus: Use images from automation_images
  • vendor gobpf
  • Fix problems found by codespell
  • Make annotation pattern match more strictly