KORE_SECCOMP_FILTER() does not require a semicolumn.

It's a wrapper around a function.
This commit is contained in:
Joris Vink 2021-03-23 15:03:47 +01:00
parent 754eab5b4b
commit 85b93f7957
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
* KORE_SYSCALL_DENY_ERRNO(socket, EACCESS),
* KORE_SYSCALL_DENY_ERRNO(ioctl, EACCESS),
* KORE_SYSCALL_ALLOW(poll),
* );
* )
*/
#define KORE_SECCOMP_FILTER(name, ...) \
struct sock_filter _scfilt[] = { \