diff options
Diffstat (limited to 'kernel/sys_ni.c')
-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 391d4ddb6f4b..b4b5083f5f5e 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c | |||
@@ -218,3 +218,6 @@ cond_syscall(sys_kcmp); | |||
218 | 218 | ||
219 | /* operate on Secure Computing state */ | 219 | /* operate on Secure Computing state */ |
220 | cond_syscall(sys_seccomp); | 220 | cond_syscall(sys_seccomp); |
221 | |||
222 | /* access BPF programs and maps */ | ||
223 | cond_syscall(sys_bpf); | ||