-
Notifications
You must be signed in to change notification settings - Fork 169
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
update(driver): update syscalls tables and driver report. #2217
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions[bot]: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: github-actions[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closing and reopening to trigger ci. |
@FedeDP: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/reopen |
@FedeDP: Reopened this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Please double check driver/API_VERSION file. See versioning. /hold |
@@ -31,7 +31,7 @@ limitations under the License. | |||
* NOTE: first 2 lines are automatically bumped by syscalls-bumper. | |||
*/ | |||
static const ppm_sc_code *g_events_to_sc_map[] = { | |||
[PPME_GENERIC_E] = (ppm_sc_code[]){PPM_SC_RESTART_SYSCALL, | |||
[PPME_GENERIC_E] = (ppm_sc_code[]){PPM_SC_RESTART_SYSCALL,PPM_SC_LISTXATTRAT, PPM_SC_GETXATTRAT, PPM_SC_SETXATTRAT, PPM_SC_REMOVEXATTRAT, -1}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be fixed in the syscalls-bumper. Will fix it asap.
Opened the PR: falcosecurity/syscalls-bumper#40 /close |
@FedeDP: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/milestone TBD |
This PR updates the list of supported syscalls from the latest kernel. Do not edit this PR.
/area driver