diff options
author | Kees Cook <keescook@chromium.org> | 2014-06-11 02:45:09 +0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2014-07-18 23:13:38 +0400 |
commit | 8855d608c145c1ca0e26f4da00741080bb49d80d (patch) | |
tree | 9e55c5a93a9654ea37f812b209113019e0ce6d76 /arch/mips/kernel/scall64-o32.S | |
parent | 839669714f0a85d677283690e6e164fb698ce206 (diff) | |
download | linux-8855d608c145c1ca0e26f4da00741080bb49d80d.tar.xz |
MIPS: add seccomp syscall
Wires up the new seccomp syscall.
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index f1343ccd7ed7..bb1550b1f501 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -557,4 +557,5 @@ EXPORT(sys32_call_table) PTR sys_sched_setattr PTR sys_sched_getattr /* 4350 */ PTR sys_renameat2 + PTR sys_seccomp .size sys32_call_table,.-sys32_call_table |