forked from security/hakurei
This enables loading syscall filter policies from external cross-platform config files. This also removes a significant amount of C code. Signed-off-by: Ophestra <cat@gensokyo.uk>
7 lines
100 B
Go
7 lines
100 B
Go
//go:build !s390 && !s390x
|
|
|
|
package seccomp
|
|
|
|
/* Normally the flags come first */
|
|
const cloneArg = 0
|