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>
This commit is contained in:
@ -431,4 +431,5 @@ EXPORT(sys_call_table)
|
||||
PTR sys_sched_setattr
|
||||
PTR sys_sched_getattr /* 5310 */
|
||||
PTR sys_renameat2
|
||||
PTR sys_seccomp
|
||||
.size sys_call_table,.-sys_call_table
|
||||
|
Reference in New Issue
Block a user