schema/defs-linux: Drop 'Capability' type#766
Merged
crosbymichael merged 1 commit intoopencontainers:masterfrom May 12, 2017
Merged
schema/defs-linux: Drop 'Capability' type#766crosbymichael merged 1 commit intoopencontainers:masterfrom
crosbymichael merged 1 commit intoopencontainers:masterfrom
Conversation
The current "For example, valid values for Linux..." wording in config.md does not seem strong enough to support this condition, especially since the spec makes no claims about what valid capabilities are for non-Linux OSes. And process.capabilities has been nominally legal for non-Linux OSes since 718f9f3 (minor narrative cleanup regarding config compatibility, 2017-01-30, opencontainers#673). Signed-off-by: W. Trevor King <wking@tremily.us>
Contributor
Author
Member
|
Lets keep as is, the string's schema is what we set here. |
Member
|
LGTM As I've mentioned over on #790, we're punting to the kernel, and it just happens to include |
Contributor
Author
|
On Tue, May 09, 2017 at 01:54:04PM -0700, Tianon Gravi wrote:
LGTM
As I've mentioned over on
#790, we're
punting to the kernel, and it just happens to include `CAP_` in all
current valid values, so we should simply specify "string" here IMO.
So now that #790 has landed, are we ready to reopen this one?
|
Member
1 similar comment
Contributor
Merged
This file contains hidden or 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
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.
The current “For example, valid values for Linux…” wording in config.md does not seem strong enough to support this condition, especially since the spec makes no claims about what valid capabilities are for non-Linux OSes. And
process.capabilitieshas been nominally legal for non-Linux OSes since #673.