Skip to content

Releases: containers/oci-seccomp-bpf-hook

v1.2.1

Choose a tag to compare

@vrothberg vrothberg released this 27 Jan 12:30
  • 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

v1.2.0

Choose a tag to compare

@vrothberg vrothberg released this 12 Aug 09:37
  • README: link to the enable sysadmin article
  • Remove unused version variable from spec
  • Improve README.md and replace black/whitelist references
  • Automatically add seccomp architecture from runtime.GOARCH
  • Switch to seccomp/containers-golang instead of docker types

v1.1.2

Choose a tag to compare

@vrothberg vrothberg released this 17 Jul 13:22
  • make loading kheaders non-fatal
  • don't block on stopping the perf map
  • made first letters lowercase to match style
  • clarified relative path error message and fixed incorrect variable in output file message

v1.1.1

Choose a tag to compare

@vrothberg vrothberg released this 18 Jun 13:21

Besides a couple of Makefile clean ups, we now modprobe kheaders to make sure we can access the headers and compile the BPF source. kheaders are not loaded in Fedora Server and Cloud images which was causing issues.

  • make sure kheaders are loaded
  • Fix issue #43: Renamed env variable VERSION to OSBH_VERSION in Makefile to avoid potential conflict
  • DESTDIR and PREFIX consistent in Makefiles
  • bump version to greater than the latest tag
  • modify Makefile for re-use in packaging

v1.1.0

Choose a tag to compare

@vrothberg vrothberg released this 12 May 10:21
b58c502

The main user visible change is that we now determine a container via its mount namespace. Previously, we used the PID namespace which has caused issues in HPC environments since MPI containers share the PID namespace with the host.

v1.0.0

Choose a tag to compare

@vrothberg vrothberg released this 15 Apr 11:57
release 1.0.0

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>