ujail's seccomp ld-preload support broke recently with
Error relocating /lib/libpreload-seccomp.so: debug: symbol not found
Fix that by adding a debug variable to seccomp.c.
Fixes: be6da62 ("seccomp: silence 'unknown syscall' warnings")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
#include "seccomp.h"
#include "seccomp-oci.h"
+int debug = 0;
+
int install_syscall_filter(const char *argv, const char *file)
{
struct blob_buf b = { 0 };