From c38fccbc867019d6c063be1c1d8137edfe52f8de Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 7 Jun 2023 23:02:23 +0200 Subject: mknod/mknodat values, initial support for MASK flag, OP_BITWISE Signed-off-by: Stefano Brivio --- operations.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'operations.h') diff --git a/operations.h b/operations.h index f07b86f..ec06a15 100644 --- a/operations.h +++ b/operations.h @@ -46,6 +46,8 @@ int op_call(const struct seccomp_notif *req, int notifier, struct gluten *g, struct op_call *op); int op_return(const struct seccomp_notif *req, int notifier, struct gluten *g, struct op_return *op); +int op_bitwise(const struct seccomp_notif *req, int notifier, struct gluten *g, + struct op_bitwise *op); 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, -- cgit v1.2.3