diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sys_ni.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index 61eea02b53f5..5adcb0ae3a58 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c | |||
@@ -226,3 +226,6 @@ cond_syscall(sys_seccomp); | |||
226 | 226 | ||
227 | /* access BPF programs and maps */ | 227 | /* access BPF programs and maps */ |
228 | cond_syscall(sys_bpf); | 228 | cond_syscall(sys_bpf); |
229 | |||
230 | /* execveat */ | ||
231 | cond_syscall(sys_execveat); | ||