We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f02d00 commit bb287ddCopy full SHA for bb287dd
specs-go/config.go
@@ -420,6 +420,11 @@ const (
420
ArchMIPSEL Arch = "SCMP_ARCH_MIPSEL"
421
ArchMIPSEL64 Arch = "SCMP_ARCH_MIPSEL64"
422
ArchMIPSEL64N32 Arch = "SCMP_ARCH_MIPSEL64N32"
423
+ ArchPPC Arch = "SCMP_ARCH_PPC"
424
+ ArchPPC64 Arch = "SCMP_ARCH_PPC64"
425
+ ArchPPC64LE Arch = "SCMP_ARCH_PPC64LE"
426
+ ArchS390 Arch = "SCMP_ARCH_S390"
427
+ ArchS390X Arch = "SCMP_ARCH_S390X"
428
)
429
430
// Action taken upon Seccomp rule match
0 commit comments