From 00614c5e6702db8ac3f18a9e193c7a8382f16e6b Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 14 Jun 2023 07:25:52 +0200 Subject: cooker: Support for read(), OP_STORE, field-based filters Signed-off-by: Stefano Brivio --- cooker/calls.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cooker/calls.c') diff --git a/cooker/calls.c b/cooker/calls.c index 337ea21..f486777 100644 --- a/cooker/calls.c +++ b/cooker/calls.c @@ -15,7 +15,10 @@ #include "calls/ioctl.h" #include "calls/process.h" #include "calls/fs.h" +#include "calls/io.h" struct call *call_sets[] = { - syscalls_net, syscalls_ioctl, syscalls_process, syscalls_fs, NULL, + syscalls_net, syscalls_ioctl, syscalls_process, syscalls_fs, + syscalls_io, + NULL, }; -- cgit v1.2.3