diff options
| author | Chris Metcalf <cmetcalf@ezchip.com> | 2015-07-22 14:30:14 -0400 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@ezchip.com> | 2015-07-30 12:32:16 -0400 |
| commit | a0ddef81f4aeeeec3326f6b6a255d8ea13b41908 (patch) | |
| tree | 3a551abb0a57ff62fa7ad380f87e6c8bdb154d7b /include/uapi/linux | |
| parent | 38715df206d52817ac8ac032f35ee76955bdc15d (diff) | |
tile: enable full SECCOMP support
Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/audit.h | 3 | ||||
| -rw-r--r-- | include/uapi/linux/elf-em.h | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h index d3475e1f15ec..1f977dd4c370 100644 --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h | |||
| @@ -382,6 +382,9 @@ enum { | |||
| 382 | #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) | 382 | #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) |
| 383 | #define AUDIT_ARCH_SPARC (EM_SPARC) | 383 | #define AUDIT_ARCH_SPARC (EM_SPARC) |
| 384 | #define AUDIT_ARCH_SPARC64 (EM_SPARCV9|__AUDIT_ARCH_64BIT) | 384 | #define AUDIT_ARCH_SPARC64 (EM_SPARCV9|__AUDIT_ARCH_64BIT) |
| 385 | #define AUDIT_ARCH_TILEGX (EM_TILEGX|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) | ||
| 386 | #define AUDIT_ARCH_TILEGX32 (EM_TILEGX|__AUDIT_ARCH_LE) | ||
| 387 | #define AUDIT_ARCH_TILEPRO (EM_TILEPRO|__AUDIT_ARCH_LE) | ||
| 385 | #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) | 388 | #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) |
| 386 | 389 | ||
| 387 | #define AUDIT_PERM_EXEC 1 | 390 | #define AUDIT_PERM_EXEC 1 |
diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index b08829667ed7..3429a3ba382b 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h | |||
| @@ -38,6 +38,8 @@ | |||
| 38 | #define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ | 38 | #define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ |
| 39 | #define EM_TI_C6000 140 /* TI C6X DSPs */ | 39 | #define EM_TI_C6000 140 /* TI C6X DSPs */ |
| 40 | #define EM_AARCH64 183 /* ARM 64 bit */ | 40 | #define EM_AARCH64 183 /* ARM 64 bit */ |
| 41 | #define EM_TILEPRO 188 /* Tilera TILEPro */ | ||
| 42 | #define EM_TILEGX 191 /* Tilera TILE-Gx */ | ||
| 41 | #define EM_FRV 0x5441 /* Fujitsu FR-V */ | 43 | #define EM_FRV 0x5441 /* Fujitsu FR-V */ |
| 42 | #define EM_AVR32 0x18ad /* Atmel AVR32 */ | 44 | #define EM_AVR32 0x18ad /* Atmel AVR32 */ |
| 43 | 45 | ||
