8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 060cfa8 + f015fc3 commit c15549eCopy full SHA for c15549e
types/seccomp.go
@@ -24,6 +24,11 @@ const (
24
ArchMIPSEL Arch = "SCMP_ARCH_MIPSEL"
25
ArchMIPSEL64 Arch = "SCMP_ARCH_MIPSEL64"
26
ArchMIPSEL64N32 Arch = "SCMP_ARCH_MIPSEL64N32"
27
+ ArchPPC Arch = "SCMP_ARCH_PPC"
28
+ ArchPPC64 Arch = "SCMP_ARCH_PPC64"
29
+ ArchPPC64LE Arch = "SCMP_ARCH_PPC64LE"
30
+ ArchS390 Arch = "SCMP_ARCH_S390"
31
+ ArchS390X Arch = "SCMP_ARCH_S390X"
32
)
33
34
// Action taken upon Seccomp rule match
0 commit comments