shared/seccomp-util: use the same error message for the same condition
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Dec 2023 18:04:27 +0000 (19:04 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 2 Dec 2023 00:21:53 +0000 (01:21 +0100)
commit309a4212cf53193051b56e194200d54db6edeb1e
treec545068903b26f3cf37c8ec85f192e7362b502aa
parent2331c02d06cae97b87637a0fc6bb4961b509ccf2
shared/seccomp-util: use the same error message for the same condition

We were calling seccomp_syscall_resolve_name three times and using a
slightly different error message in each of the cases.
src/shared/seccomp-util.c