seccomp: add "seccomp" syscall
[linux-block.git] / kernel / sys_ni.c
index 36441b51b5dff20bb63792d3ad7ff7e0d30908bf..2904a21059145b61e55a3fee9204a64fce48c9ea 100644 (file)
@@ -213,3 +213,6 @@ cond_syscall(compat_sys_open_by_handle_at);
 
 /* compare kernel pointers */
 cond_syscall(sys_kcmp);
+
+/* operate on Secure Computing state */
+cond_syscall(sys_seccomp);