From 847ffac9ba2bff6558ff6bb2cbec093a029828bc Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 21 Apr 2023 11:15:02 +0200 Subject: operation: remove pid and id Pid and id are reduandant fields as the information are already included in the seccomp request --- operations.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'operations.h') diff --git a/operations.h b/operations.h index 3691a50..3a4caa2 100644 --- a/operations.h +++ b/operations.h @@ -21,6 +21,5 @@ struct arg_clone { int do_call(struct arg_clone *c); int do_operations(void *data, struct op operations[], struct seccomp_notif *req, - unsigned int n_operations, int tpid, int notifyfd, - uint64_t id); + unsigned int n_operations, int notifyfd); #endif /* ACTIONS_H */ -- cgit v1.2.3