-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow controlling Landlock ABI versions #41
Conversation
855bb53
to
8204f8e
Compare
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.
You can use the 4 UML kernels provided by https://github.com/landlock-lsm/landlock-test-tools and make sure that Birdcage supports them all by tweaking you CI like this: landlock-lsm/rust-landlock#41 (and the following changes)
I've never heard of UML before, but this is genuinely amazing. Thanks for dropping those links. |
40ec500
to
aad0bef
Compare
@@ -56,7 +61,7 @@ harness = false | |||
|
|||
[target.'cfg(target_os = "linux")'.dependencies] | |||
seccompiler = "0.2.0" | |||
landlock = "0.2.0" | |||
landlock = { git = "https://github.com/landlock-lsm/rust-landlock" } |
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.
Do not merge until a new landlock version is released.
Closed in favor of #47. |
This requires a new Landlock release before getting merged.