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

pkg/vminfo: checking of syscalls that take string flags #4797

Open
a-nogikh opened this issue May 10, 2024 · 0 comments
Open

pkg/vminfo: checking of syscalls that take string flags #4797

a-nogikh opened this issue May 10, 2024 · 0 comments
Labels

Comments

@a-nogikh
Copy link
Collaborator

Currently, we determine whether a syscall should be enabled by looking only at the first string value in a list:

v := str.Values[0]

This is not exactly right -- even if only some of the list values are supported, we should enable a syscall.

Cc @dvyukov

@a-nogikh a-nogikh added the bug label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant