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

seccomp fails to build on aarch64 #169

Open
bircoph opened this issue May 6, 2020 · 0 comments
Open

seccomp fails to build on aarch64 #169

bircoph opened this issue May 6, 2020 · 0 comments

Comments

@bircoph
Copy link
Collaborator

bircoph commented May 6, 2020

clsync with --enable-seccomp fails to build on aarch64:

 149 |  FILTER_TABLE_ARCHDEPENDED
privileged.c:88:34: error: initializer element is not constant
   88 |  BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \
--
  149 |  FILTER_TABLE_ARCHDEPENDED
privileged.c:88:34: error: initializer element is not constant
   88 |  BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \

Curiously, but it builds on ppc64le, though is not tested run-time.

@bircoph bircoph added this to the 0.5 milestone May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant