From 9df2e9ee905ac33bebf6df1e50c626f92a851c1a Mon Sep 17 00:00:00 2001 From: Albert S Date: Sun, 18 Apr 2021 13:24:49 +0200 Subject: [PATCH] seccomp_enable(): Replace param types with correct unsigned int versions --- qssb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qssb.h b/qssb.h index bb9e3a7..20d0ff6 100644 --- a/qssb.h +++ b/qssb.h @@ -410,7 +410,7 @@ static int drop_caps() * * @returns: 0 on success, -1 on error */ -static int seccomp_enable(int *syscalls, int per_syscall, int default_action) +static int seccomp_enable(int *syscalls, unsigned int per_syscall, unsigned int default_action) { struct sock_filter filter[1024] = {