Releases: willfindlay/bpfcontain-rs
Releases · willfindlay/bpfcontain-rs
Release version 0.0.6
Bugfixes and changes to capability and procfs models
Release version 0.0.5
Fixed a build issue related to old libbpfcontain artifacts
Release version 0.0.4
- Policy language updates
- Complete rework of file policy, removing and consolidating unnecessary flags
- Remove libbpfcontain and replace with a Rust module
- Automatically pin all maps
- Bugfixes related to restarting the daemon
- Change logging backend to log4rs and introduce automatic stderr logging
- Add a sample logrotate configuration
- General refactoring and bugfixes
Release v0.0.3
New policy language implementation, improvements to the way BPF programs handle file inodes, depends on Linux 5.10
Release version 0.0.2
This release has a major bugfix for padding-related undefined behaviour with map keys. v0.0.1 should update immediately.
Release v0.0.1
- Support for major categories of policy language
- Limited documentation, refer to examples