At a minimum, please use scmp_sys_resolver
for resolving syscalls since the numbers will vary depending on architecture. Eg:
$ scmp_sys_resolver 92
chown
$ scmp_sys_resolver chown
92
Better still is to use ‘snappy-debug’ which will resolve the syscall for you and suggest things. See ‘Debugging’ under Security policy and sandboxing for details.