Add AUDIT_WRITE cap#7179
Merged
crosbymichael merged 1 commit intomoby:masterfrom Jul 24, 2014
LK4D4:add_cap_audit_write_#6345
Merged
Add AUDIT_WRITE cap#7179crosbymichael merged 1 commit intomoby:masterfrom LK4D4:add_cap_audit_write_#6345
crosbymichael merged 1 commit intomoby:masterfrom
LK4D4:add_cap_audit_write_#6345
Conversation
Fixes #6345 Thanks @larsks for outstanding investigation Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <[email protected]> (github: LK4D4)
Contributor
Author
|
ping @crosbymichael @unclejack |
Merged
Contributor
|
Yes I guess we need this, although I would really prefer not to get audit messages from the container. There is an effort to add namespace to the audit subsystem which should be able to eliminate this need or at least stop audit messages from showing up in the hosts audit log. |
Contributor
|
@larsks spoke with some of the audit developers and they suggested that we retain AUDIT_WRITE to solve the issues that we are seeing on the newer kernel releases. |
Contributor
|
tested with kernel 3.14.12 and kernel 3.15.6 LGTM |
Contributor
|
LGTM. I have a patch with AUDIT_WRITE added back in for our testers. |
Contributor
|
LGTM |
tianon
added a commit
to tianon/docker-overlay
that referenced
this pull request
Aug 15, 2014
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.
Fixes #6345
Thanks @larsks for outstanding investigation