aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/std/syscall_linux_arm64.go
AgeCommit message (Collapse)Author
2025-11-07std: separate seccomp constantsOphestra
This avoids inadvertently using PNRs as syscall numbers. Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-11-05std: relocate seccomp lookup tablesOphestra
This should enable resolving NativeRule in hst. Signed-off-by: Ophestra <cat@gensokyo.uk>