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

Handle ppc64 and ppc64le syscall lookups #72

Merged

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented Jul 17, 2020

ppc64 and ppc64le use the same syscall table as ppc. But we were missing an entry
in the syscall table for these two architectures so lookups would fail if you tried to install
an audit rule with -F arch=ppc64le or if go-libaudit tried to enrich messages with
the syscall names while running on those arches.

ppc64 and ppc64le use the same syscall table as ppc. But we were missing an entry
in the syscall table for these two architectures so lookups would fail if you tried to install
an audit rule with `-F arch=ppc64le` or if you go-libaudit tried to enrich messages with
the syscall names while running on those arches.
@andrewkroh andrewkroh merged commit 3adebe6 into elastic:master Jul 20, 2020
andrewkroh added a commit to andrewkroh/beats that referenced this pull request Jul 20, 2020
Fixes auditd module syscall table for ppc64 and ppc64le. elastic/go-libaudit#72
andrewkroh added a commit to elastic/beats that referenced this pull request Jul 28, 2020
Fixes auditd module syscall table for ppc64 and ppc64le. elastic/go-libaudit#72
andrewkroh added a commit to andrewkroh/beats that referenced this pull request Jul 29, 2020
Fixes auditd module syscall table for ppc64 and ppc64le. elastic/go-libaudit#72

(cherry picked from commit 401b4ea)
andrewkroh added a commit to elastic/beats that referenced this pull request Jul 30, 2020
Fixes auditd module syscall table for ppc64 and ppc64le. elastic/go-libaudit#72

(cherry picked from commit 401b4ea)
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
Fixes auditd module syscall table for ppc64 and ppc64le. elastic/go-libaudit#72
renini pushed a commit to renini/go-libaudit that referenced this pull request Jun 26, 2024
ppc64 and ppc64le use the same syscall table as ppc. But we were missing an entry
in the syscall table for these two architectures so lookups would fail if you tried to install
an audit rule with `-F arch=ppc64le` or if go-libaudit tried to enrich messages with
the syscall names while running on those arches.
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.

2 participants