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

Remove CAP_AUDIT_READ from docker-compose.yml #13077

Merged

Conversation

andrewkroh
Copy link
Member

Some CentOS 7 jenkins workers have started failing because of this capability
which does not exist in their kernel. But because we requet AUDIT_CONTROL it
will be fine to run without AUDIT_READ.

Cannot create container for service beat: invalid CapAdd: unknown capability: "CAP_AUDIT_READ"

It looks like something changed in the last day w.r.t. to CI.

Screen Shot 2019-07-25 at 4 15 10 PM

Some CentOS 7 jenkins workers have started failing because of this capability
which does not exist in their kernel. But because we requet AUDIT_CONTROL it
will be fine to run without AUDIT_READ.

    Cannot create container for service beat: invalid CapAdd: unknown capability: "CAP_AUDIT_READ"
@andrewkroh andrewkroh merged commit 6629242 into elastic:master Jul 26, 2019
@ph
Copy link
Contributor

ph commented Jul 26, 2019

@andrewkroh should this PR be backported to 7.x and 7.3?

andrewkroh added a commit to andrewkroh/beats that referenced this pull request Jul 30, 2019
Some CentOS 7 jenkins workers have started failing because of this capability
which does not exist in their kernel. But because we requet AUDIT_CONTROL it
will be fine to run without AUDIT_READ.

    Cannot create container for service beat: invalid CapAdd: unknown capability: "CAP_AUDIT_READ"

(cherry picked from commit 6629242)
andrewkroh added a commit that referenced this pull request Jul 30, 2019
Some CentOS 7 jenkins workers have started failing because of this capability
which does not exist in their kernel. But because we requet AUDIT_CONTROL it
will be fine to run without AUDIT_READ.

    Cannot create container for service beat: invalid CapAdd: unknown capability: "CAP_AUDIT_READ"

(cherry picked from commit 6629242)
ycombinator added a commit that referenced this pull request Oct 11, 2019
Some CentOS 7 jenkins workers have started failing because of this capability
which does not exist in their kernel. But because we requet AUDIT_CONTROL it
will be fine to run without AUDIT_READ.

    Cannot create container for service beat: invalid CapAdd: unknown capability: "CAP_AUDIT_READ"
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…c#13108)

Some CentOS 7 jenkins workers have started failing because of this capability
which does not exist in their kernel. But because we requet AUDIT_CONTROL it
will be fine to run without AUDIT_READ.

    Cannot create container for service beat: invalid CapAdd: unknown capability: "CAP_AUDIT_READ"

(cherry picked from commit e5f4f11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants