summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/seccomp.h
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20arm: Enable seccomp architecture trackingKees Cook1-0/+11
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>
2015-04-17arm: use asm-generic for seccomp.hKees Cook1-11/+0
Switch to using the newly created asm-generic/seccomp.h for the seccomp strict mode syscall definitions. Definitions were identical. Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Laura Abbott <lauraa@codeaurora.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-10-02ARM: SECCOMP supportNicolas Pitre1-0/+11
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>