mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Some syscalls do not exist on some arches, and for some of these non-existent syscalls strace doesn't have a mapping either. Meaning the default syscall filter needs per-arch adjustments. This should enable strace in snap run on arm and riscv64. Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>