You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for all architectures ([PR #111](https://github.com/landlock-lsm/rust-landlock/pull/111)).
8
+
- Added `LandlockStatus` type to query the running kernel and display information about available Landlock features([PR #103](https://github.com/landlock-lsm/rust-landlock/pull/103) and [PR #113](https://github.com/landlock-lsm/rust-landlock/pull/113)).
9
+
10
+
### Dependencies
11
+
12
+
- Bumped MSRV to Rust 1.68 ([PR #112](https://github.com/landlock-lsm/rust-landlock/pull/112)).
13
+
14
+
### Testing
15
+
16
+
- Extended CI to build and test on i686 architecture.
17
+
18
+
### Example
19
+
20
+
- Enhanced sandboxer example to print helpful hints about Landlock status ([PR #103](https://github.com/landlock-lsm/rust-landlock/pull/103)).
0 commit comments