Skip to content

Commit

Permalink
aarch64 audit constants for seccomp
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
  • Loading branch information
justincormack committed Jan 11, 2016
1 parent 6249e99 commit 7cd460e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syscall/linux/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1958,6 +1958,7 @@ c.EM = strflag {
MN10300 = 89,
BLACKFIN = 106,
TI_C6000 = 140,
AARCH64 = 183,
FRV = 0x5441,
AVR32 = 0x18ad,
ALPHA = 0x9026,
Expand All @@ -1974,6 +1975,7 @@ local __AUDIT_ARCH_64BIT = 0x80000000
local __AUDIT_ARCH_LE = 0x40000000

c.AUDIT_ARCH = strflag {
AARCH64 = c.EM.AARCH64 + __AUDIT_ARCH_64BIT + __AUDIT_ARCH_LE,
ALPHA = c.EM.ALPHA + __AUDIT_ARCH_64BIT + __AUDIT_ARCH_LE,
ARM = c.EM.ARM + __AUDIT_ARCH_LE,
ARMEB = c.EM.ARM,
Expand Down

0 comments on commit 7cd460e

Please sign in to comment.