Sourced from landlock's releases.
v0.4.4
See crate's metadata and related documentation.
What's Changed
See summary in CHANGELOG.md
- Bump MSRV to 1.68 by
@l0kodin landlock-lsm/rust-landlock#112- Generate 64-bit and 32-bit bindings by
@l0kodin landlock-lsm/rust-landlock#111- Print hints about Landlock ABI version by
@l0kodin landlock-lsm/rust-landlock#103- Improve LandlockStatus by
@l0kodin landlock-lsm/rust-landlock#113- Bump to v0.4.4 by
@l0kodin landlock-lsm/rust-landlock#114Full Changelog: https://github.com/landlock-lsm/rust-landlock/compare/v0.4.3...v0.4.4
v0.4.3
See crate's metadata and related documentation.
What's Changed
See summary in CHANGELOG.md
- tests: add case for AccessFs::from_file by
@n0toosein landlock-lsm/rust-landlock#92- docs: add more background to PathBeneath example by
@n0toosein landlock-lsm/rust-landlock#94- docs: extend CONTRIBUTING.md file by
@n0toosein landlock-lsm/rust-landlock#95- Implement common traits for public types by
@l0kodin landlock-lsm/rust-landlock#108- Bump to v0.4.3 by
@l0kodin landlock-lsm/rust-landlock#109New Contributors
@n0toosemade their first contribution in landlock-lsm/rust-landlock#92Full Changelog: https://github.com/landlock-lsm/rust-landlock/compare/v0.4.2...v0.4.3
Sourced from landlock's changelog.
v0.4.4
New API
- Added support for all architectures ([PR #111](landlock-lsm/rust-landlock#111)).
- Added
LandlockStatustype to query the running kernel and display information about available Landlock features ([PR #103](landlock-lsm/rust-landlock#103) and [PR #113](landlock-lsm/rust-landlock#113)).Dependencies
- Bumped MSRV to Rust 1.68 ([PR #112](landlock-lsm/rust-landlock#112)).
Testing
- Extended CI to build and test on i686 architecture ([PR #111](landlock-lsm/rust-landlock#111)).
Example
- Enhanced sandboxer example to print helpful hints about Landlock status ([PR #103](landlock-lsm/rust-landlock#103)).
v0.4.3
New API
- Implemented common traits (e.g.,
Debug) for public types ([PR #108](landlock-lsm/rust-landlock#108)).Documentation
- Extended https://github.com/landlock-lsm/rust-landlock/blob/main/CONTRIBUTING.md documentation with additional testing and development guidelines ([PR #95](landlock-lsm/rust-landlock#95)).
- Added more background information to
path_beneath_rules()documentation ([PR #94](landlock-lsm/rust-landlock#94)).Testing
- Added test case for
AccessFs::from_file()method ([PR #92](landlock-lsm/rust-landlock#92)).
89c56e2
lib: Bump to v0.4.44fbfbbc
compat: Improve LandlockStatusec5e00b
compat,sandboxer: Add LandlockStatus and print hintsf79da18
uapi: Generate bindings for all architecturesd29be58
cargo: Bump MSRV to 1.68229f152
lib: Bump to v0.4.319f01a9
compat: Implement common traits for public typescb60a12
contributing: Extend documentationaa4029d
fs: Add more background to path_beneath_rules() doca7c2b3f
fs: Add test case for AccessFs::from_file