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

Refactor the seccomp for different OS/Language #87

Open
akamya997 opened this issue May 9, 2023 · 1 comment
Open

Refactor the seccomp for different OS/Language #87

akamya997 opened this issue May 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request high priority Urgent issue which needs to be fixed

Comments

@akamya997
Copy link
Contributor

Currently, we use seccomp to prevent programs from using unexpected system calls. But when it comes to a different OS(even between ubuntu 20.04 & 22.04), a fixed white list can not work any more.
Some similar problems may appear when it comes to different languages(like Python). So it is necessary to refactor the implementation of seccomp, so that it can be used on different OS and programming language.

@slhmy slhmy added enhancement New feature or request low priority Don't need to fix immediately labels Jun 10, 2023
@slhmy slhmy self-assigned this Sep 12, 2023
@slhmy slhmy added high priority Urgent issue which needs to be fixed and removed low priority Don't need to fix immediately labels Sep 12, 2023
@slhmy
Copy link
Member

slhmy commented Sep 12, 2023

Similiar with #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority Urgent issue which needs to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants