forked from security/hakurei
This allows slightly easier use of the vanity url. This also provides some disambiguation between low level containers and hakurei app containers. Signed-off-by: Ophestra <cat@gensokyo.uk>
8 lines
189 B
Go
8 lines
189 B
Go
//go:build s390 || s390x
|
|
|
|
package seccomp
|
|
|
|
/* Architectures with CONFIG_CLONE_BACKWARDS2: the child stack
|
|
* and flags arguments are reversed so the flags come second */
|
|
const cloneArg = 1
|