summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/seccomp.h
Commit message (Collapse)AuthorAgeFilesLines
* asm-generic: add generic seccomp.h for secure computing mode 1AKASHI Takahiro2014-11-281-0/+30
Those values (__NR_seccomp_*) are used solely in secure_computing() to identify mode 1 system calls. If compat system calls have different syscall numbers, asm/seccomp.h may override them. Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
OpenPOWER on IntegriCloud