summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/seccomp.h
AgeCommit message (Collapse)AuthorFilesLines
2015-04-17parisc: switch to using asm-generic for seccomp.hKees Cook1-16/+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: "James E.J. Bottomley" <jejb@parisc-linux.org> Cc: Helge Deller <deller@gmx.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-08-27parisc: Wire up seccomp, getrandom and memfd_create syscallsHelge Deller1-0/+16
With secure computing we only support the SECCOMP_MODE_STRICT mode for now. Signed-off-by: Helge Deller <deller@gmx.de>