Skip to content
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

Move process specific settings to process #329

Merged
merged 1 commit into from
Mar 2, 2016

Conversation

crosbymichael
Copy link
Member

This moves process specific settings like caps, apparmor, and selinux
process label onto the process structure to allow the same settings to
be changed at exec time.

Signed-off-by: Michael Crosby [email protected]

This moves process specific settings like caps, apparmor, and selinux
process label onto the process structure to allow the same settings to
be changed at exec time.

Signed-off-by: Michael Crosby <[email protected]>
@crosbymichael crosbymichael added this to the v0.4.0 milestone Mar 2, 2016
@mrunalp
Copy link
Contributor

mrunalp commented Mar 2, 2016

LGTM

1 similar comment
@vbatts
Copy link
Member

vbatts commented Mar 2, 2016

LGTM

vbatts added a commit that referenced this pull request Mar 2, 2016
Move process specific settings to process
@vbatts vbatts merged commit 0c2892b into opencontainers:master Mar 2, 2016
// ApparmorProfile specified the apparmor profile for the container.
ApparmorProfile string `json:"apparmorProfile"`
// SelinuxProcessLabel specifies the selinux context that the container process is run as.
SelinuxProcessLabel string `json:"selinuxProcessLabel"`
// Seccomp specifies the seccomp security settings for the container.
Seccomp Seccomp `json:"seccomp"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we move seccomp as well?

@crosbymichael crosbymichael deleted the process branch March 2, 2016 21:01
wking added a commit to wking/opencontainer-runtime-spec that referenced this pull request Mar 2, 2016
These slipped through in 5a8a779 (Move process specific settings to
process, 2016-03-02, opencontainers#329).

Signed-off-by: W. Trevor King <[email protected]>
vbatts added a commit to vbatts/oci-runtime-spec that referenced this pull request Mar 3, 2016
vbatts added a commit to vbatts/oci-runtime-spec that referenced this pull request Mar 9, 2016
vbatts added a commit to vbatts/oci-runtime-spec that referenced this pull request Mar 9, 2016
wking added a commit to wking/opencontainer-runtime-spec that referenced this pull request Mar 9, 2016
The label changed in 5a8a779 (Move process specific settings to
process, 2016-03-02, opencontainers#329) and 7bf06d5 (source and schema:
differentiate with examples, 2015-12-18, opencontainers#276) missed this instance
when rebasing around opencontainers#329.

Signed-off-by: W. Trevor King <[email protected]>
Mashimiao pushed a commit to Mashimiao/specs that referenced this pull request Aug 19, 2016
These slipped through in 5a8a779 (Move process specific settings to
process, 2016-03-02, opencontainers#329).

Signed-off-by: W. Trevor King <[email protected]>
Mashimiao pushed a commit to Mashimiao/specs that referenced this pull request Aug 19, 2016
The label changed in 5a8a779 (Move process specific settings to
process, 2016-03-02, opencontainers#329) and 7bf06d5 (source and schema:
differentiate with examples, 2015-12-18, opencontainers#276) missed this instance
when rebasing around opencontainers#329.

Signed-off-by: W. Trevor King <[email protected]>
wking added a commit to wking/opencontainer-runtime-spec that referenced this pull request May 10, 2017
Since f9dc90b (make link usage consistent across the specification,
2017-02-09, opencontainers#687), the official style is to only use reference-style
links for external links.  I expect the remaining three entries just
slipped through.  This commit adjusts everything found with:

  $ git grep ']: [a-z]' | grep -v http

It also fixes the underscore -> hyphen in the
glossary.md#container-namespace target and updates the capabilities
location to catch up with 5a8a779 (Move process specific settings to
process, 2016-03-02, opencontainers#329).

Signed-off-by: W. Trevor King <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants