From b2e31a6e7493c56f923cb7d86f7a8a32940393ec Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 7 Jun 2023 14:07:23 +0200 Subject: seitan,cooker: op_resolvefd ops: - update resolvefd with the description - add debug prints cooker: - add emit_resolvefd when match has type FDPATH --- operations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'operations.h') diff --git a/operations.h b/operations.h index f543d7a..2f26fc6 100644 --- a/operations.h +++ b/operations.h @@ -53,7 +53,7 @@ int op_continue(const struct seccomp_notif *req, int notifier, struct gluten *g, int op_cmp(const struct seccomp_notif *req, int notifier, struct gluten *g, struct op_cmp *op); int op_resolve_fd(const struct seccomp_notif *req, int notifier, - struct gluten *g, struct op_resolvedfd *op); + struct gluten *g, struct op_resolvefd *op); int op_load(const struct seccomp_notif *req, int notifier, struct gluten *g, struct op_load *load); int op_copy(const struct seccomp_notif *req, int notifier, struct gluten *g, -- cgit v1.2.3