seccomp: whitelist quotactl with CAP_SYS_ADMIN#34445
Merged
yongtang merged 1 commit intomoby:masterfrom Aug 9, 2017
Merged
Conversation
Member
|
ping @justincormack PTAL |
c20d047 to
9f0f9f7
Compare
justincormack
approved these changes
Aug 9, 2017
Member
|
This probably requires changes in the documentation for the next release; @pmoust could you also open a pull request for the documentation in the |
The quotactl syscall is being whitelisted in default seccomp profile, gated by CAP_SYS_ADMIN. Signed-off-by: Panagiotis Moustafellos <[email protected]>
9f0f9f7 to
cf6e1c5
Compare
pmoust
added a commit
to pmoust/docker.github.io
that referenced
this pull request
Aug 9, 2017
Updated the description of reasons why `quotactl` is blocked by the default seccomp profile. Ref: http://man7.org/linux/man-pages/man2/quotactl.2.html Rel: moby/moby#34445 Signed-off-by: Panagiotis Moustafellos <[email protected]>
pmoust
added a commit
to pmoust/docker.github.io
that referenced
this pull request
Aug 9, 2017
Updated the description of reasons why `quotactl` is blocked by the default seccomp profile. Ref: http://man7.org/linux/man-pages/man2/quotactl.2.html Rel: moby/moby#34445 Signed-off-by: Panagiotis Moustafellos <[email protected]>
Contributor
Author
|
@thaJeztah Doc PR at docker/docs#4139 @justincormack I had made a typo, fixed in cf6e1c5, you might also wanna check on the followup doc PR as the description changed to better reflect the reason why |
pmoust
added a commit
to pmoust/docker.github.io
that referenced
this pull request
Aug 10, 2017
Updated the description of reasons why `quotactl` is blocked by the default seccomp profile. Ref: http://man7.org/linux/man-pages/man2/quotactl.2.html Rel: moby/moby#34445 Signed-off-by: Panagiotis Moustafellos <[email protected]>
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 quotactl syscall is being whitelisted in default seccomp profile,
gated by CAP_SYS_ADMIN.
Signed-off-by: Panagiotis Moustafellos [email protected]
Fixes: #34444