arm: Enable seccomp architecture tracking
authorKees Cook <keescook@chromium.org>
Tue, 27 Oct 2020 19:26:58 +0000 (12:26 -0700)
committerKees Cook <keescook@chromium.org>
Fri, 20 Nov 2020 19:16:34 +0000 (11:16 -0800)
commit424c9102fa7b2a5c15afe47fd14278c849f4eefb
treef69deecf91275e42eda6b7b57a16a59006de274e
parentffde703470b03b1000017ed35c4f90a90caa22cf
arm: Enable seccomp architecture tracking

To enable seccomp constant action bitmaps, we need to have a static
mapping to the audit architecture and system call table size. Add these
for arm.

Signed-off-by: Kees Cook <keescook@chromium.org>
arch/arm/include/asm/Kbuild
arch/arm/include/asm/seccomp.h [new file with mode: 0644]