shm: add memfd_create() syscall
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / kernel / sys_ni.c
index 7078052284fd9eda7bae8a86805054328af7bb4b..9c37e7a20436642a4bd7f8665bb263e403abb065 100644 (file)
@@ -193,6 +193,7 @@ cond_syscall(compat_sys_timerfd_settime);
 cond_syscall(compat_sys_timerfd_gettime);
 cond_syscall(sys_eventfd);
 cond_syscall(sys_eventfd2);
+cond_syscall(sys_memfd_create);
 
 /* performance counters: */
 cond_syscall(sys_perf_event_open);
@@ -209,3 +210,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);