Skip to content

Commit

Permalink
Merge pull request #475 from michael-holzheu/seccomp_add_ppc_and_s390x
Browse files Browse the repository at this point in the history
seccomp: Add ppc and s390x to specs-go/config.go
  • Loading branch information
Mrunal Patel committed Jun 1, 2016
2 parents 1b7a1a9 + bb287dd commit f0e14cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,11 @@ const (
ArchMIPSEL Arch = "SCMP_ARCH_MIPSEL"
ArchMIPSEL64 Arch = "SCMP_ARCH_MIPSEL64"
ArchMIPSEL64N32 Arch = "SCMP_ARCH_MIPSEL64N32"
ArchPPC Arch = "SCMP_ARCH_PPC"
ArchPPC64 Arch = "SCMP_ARCH_PPC64"
ArchPPC64LE Arch = "SCMP_ARCH_PPC64LE"
ArchS390 Arch = "SCMP_ARCH_S390"
ArchS390X Arch = "SCMP_ARCH_S390X"
)

// Action taken upon Seccomp rule match
Expand Down

0 comments on commit f0e14cd

Please sign in to comment.