-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landlock updates #65
Merged
Landlock updates #65
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The biggest change is PyO3 deprecating its previous API. https://pyo3.rs/v0.22.3/migration#migrating-from-the-gil-refs-api-to-boundt
Flake lock file updates: • Updated input 'advisory-db': 'github:rustsec/advisory-db/dd0703e582ab7edc2637bc3385d540c3dbffa0db' (2024-08-24) → 'github:rustsec/advisory-db/acb7ce45817b13dd34cb32540ff18be4e1f3ba09' (2024-10-08) • Updated input 'crane': 'github:ipetkov/crane/3e08f4b1fc9aaede5dd511d8f5f4ef27501e49b0' (2024-08-24) → 'github:ipetkov/crane/fd86b78f5f35f712c72147427b1eb81a9bd55d0b' (2024-10-07) • Removed input 'crane/nixpkgs' • Updated input 'flake-utils': 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11) → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a' (2024-09-17) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ae815cee91b417be55d43781eb4b73ae1ecc396c' (2024-08-23) → 'github:NixOS/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221' (2024-10-10)
Fixed error: evaluation warning: `crane.lib.${system}` is deprecated. please use `(crane.mkLib nixpkgs.legacyPackages.${system})` instead
vlaci
force-pushed
the
landlock
branch
2 times, most recently
from
October 11, 2024 15:22
b1665ad
to
e933c02
Compare
vlaci
force-pushed
the
landlock
branch
3 times, most recently
from
October 11, 2024 18:46
d16b80b
to
981aa97
Compare
qkaiser
approved these changes
Oct 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Just a typo in the requests commit message.
✔ Update pytest 7.0.1 -> 8.3.3 successful ✔ Update black 23.3.0 -> 24.8.0 successful ✔ Update pluggy 1.0.0 -> 1.5.0 successful ✔ Update pyright 1.1.306 -> 1.1.384 successful ✔ Update pre-commit 2.21.0 -> 3.5.0 successful ✔ Update ruff 0.0.264 -> 0.6.9 successful
ISC rule is removed as it conflicts with `ruff format`
Also conditionally enabled tests for aarch64-linux, where landlock support supposed to be working, but it fails in our test environment due to limitations of Qemu user mode emulations.
It is also suppressed in Unblob tests/test_sandbox.py:65:11: TRY003 Avoid specifying long messages outside the exception class | 63 | return 0 64 | 65 | raise RuntimeError( | ___________^ 66 | | "landlock_create_ruleset system call failed", err, os.strerror(err) 67 | | ) | |_____^ TRY003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As there were no code change for a long time, this PR adds a bunch of dependency updates as well.