Skip to content

Seccomp filtering for aarch64 #867

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

Closed
dianpopa opened this issue Jan 21, 2019 · 0 comments · Fixed by #1102
Closed

Seccomp filtering for aarch64 #867

dianpopa opened this issue Jan 21, 2019 · 0 comments · Fixed by #1102
Labels
Priority: High Indicates than an issue or pull request should be resolved ahead of issues or pull requests labelled
Milestone

Comments

@dianpopa
Copy link
Contributor

aarch64 uses slightly different syscalls for same functionality (for e.g. AArch64 kernel uses sys_openat() instead of sys_open()).
Create syscall whitelist for aarch64 and make sure all syscalls are covered.

@raduweiss raduweiss modified the milestone: ARM Support Feb 15, 2019
@dianpopa dianpopa added the Priority: High Indicates than an issue or pull request should be resolved ahead of issues or pull requests labelled label Mar 15, 2019
This was referenced May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Indicates than an issue or pull request should be resolved ahead of issues or pull requests labelled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants