Releases: containers/oci-seccomp-bpf-hook
Releases · containers/oci-seccomp-bpf-hook
v1.2.10
What's Changed
- Numerous dependency updates along with adding a check for root privileges to fix https://bugzilla.redhat.com/show_bug.cgi?id=2218663.
Full Changelog: v1.2.9...v1.2.10
v1.2.9
- 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
v1.2.7
v1.2.6
v1.2.5
- fix CVE-2019-11254: require gopkg.in/[email protected]
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
v1.2.2
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
v1.2.0
- 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