add landlock sandbox - #995
Conversation
|
This PR is now pretty much ready to be tested in practice by anyone interested. There are still have a few things I want to clean up in the unit tests but the sandbox code itself should be complete now. |
|
@marcospb19 This should also be ready to merge now. |
|
I messed up a merge conflict, trying to solve it right now. |
|
I'm fixing by resetting to your last good commit, and running a rebase against origin/main, that's why the force push. |
for CI to pass
done, 0.8.1 was released, will review |
marcospb19
left a comment
There was a problem hiding this comment.
Thanks for the review follow ups, looks good now.
It's been almost 2 years since the first landlock draft, a lot changed to make this happen.
Thanks for doing it all 🏆.
New version of #723
This PR adds landlock filesystem isolation to ouch as discussed in #722
With the new smart unpack by default feature, this is now easy to apply.
Since this is a major feature change and can easily break things, I say this should wait until after a new release has been made and then it can be merged sit in the repo for contributors to test for a while