Skip to content

Releases: containers/oci-seccomp-bpf-hook

v1.1.2

17 Jul 13:22
Compare
Choose a tag to compare
  • 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

18 Jun 13:21
Compare
Choose a tag to compare

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

12 May 10:21
b58c502
Compare
Choose a tag to compare

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

15 Apr 11:57
Compare
Choose a tag to compare
release 1.0.0

Signed-off-by: Valentin Rothberg <[email protected]>