Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Nov 14, 2023
1 parent c38a1e5 commit 6e89a02
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
unreleased
----------
- Add default implementation for `RuleSet::conditional_rules`
- impl RuleSet for `syscalls::Sysno` for easier ad-hoc rulesets
- Use generics instead of impl Trait in public functions to allow turbofish usage

0.4.0
-----
- Add landlock functionality
- Add `landlock_rules` to RuleSet trait and new `LandlockRule` type
- Add `landlock_only` method to SafetyContext
- In test code, use rustls only in musl to get wider environment coverage
- Added several ExtraSafeError variants for Landlock-related errors
- See methods in SystemIO for how to use Landlock
- Landlock is enabled with the V2 ABI, which was added in kernel 5.19

0.3.0
-----
- Switch seccomp backend to seccompiler
Expand Down

0 comments on commit 6e89a02

Please sign in to comment.