-
Notifications
You must be signed in to change notification settings - Fork 2.3k
build: use libpathrs by default #5103
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
Changes from all commits
bb9ee2b
6b757b6
51ae8de
8292574
b1a9047
ab6f75d
b58e342
8689e50
7322b05
e2c989b
0e1fe36
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -112,6 +112,7 @@ make EXTRA_BUILDTAGS="runc_nocriu" | |
| | Build Tag | Feature | Enabled by Default | Dependencies | | ||
| |---------------|---------------------------------------|--------------------|---------------------| | ||
| | `seccomp` | Syscall filtering using `libseccomp`. | yes | `libseccomp` | | ||
| | `libpathrs` | Use [`libpathrs`][] for path safety. | yes | [`libpathrs`][] | | ||
| | `runc_nocriu` | **Disables** runc checkpoint/restore. | no | `criu` | | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the tag could be
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If it were possible to make buildtags depend on other buildtags (i.e., something like features in Rust), I would've done it that way but the buildtag to enable this lives in I would say this is more like the |
||
|
|
||
| The following build tags were used earlier, but are now obsoleted: | ||
|
|
@@ -120,6 +121,8 @@ The following build tags were used earlier, but are now obsoleted: | |
| - **apparmor** (since runc v1.0.0-rc93 the feature is always enabled) | ||
| - **selinux** (since runc v1.0.0-rc93 the feature is always enabled) | ||
|
|
||
| [`libpathrs`]: https://github.com/cyphar/libpathrs | ||
|
|
||
| ### Running the test suite | ||
|
|
||
| `runc` currently supports running its test suite via Docker. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.