diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-06-07 23:02:23 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-06-07 23:06:32 +0200 |
commit | c38fccbc867019d6c063be1c1d8137edfe52f8de (patch) | |
tree | b3c1b398b4eb40e862263ee084b1dbb7463c1ada /operations.h | |
parent | 1c1a9da7a4f9c4c1990192e14763ebf423d812a9 (diff) | |
download | seitan-c38fccbc867019d6c063be1c1d8137edfe52f8de.tar seitan-c38fccbc867019d6c063be1c1d8137edfe52f8de.tar.gz seitan-c38fccbc867019d6c063be1c1d8137edfe52f8de.tar.bz2 seitan-c38fccbc867019d6c063be1c1d8137edfe52f8de.tar.lz seitan-c38fccbc867019d6c063be1c1d8137edfe52f8de.tar.xz seitan-c38fccbc867019d6c063be1c1d8137edfe52f8de.tar.zst seitan-c38fccbc867019d6c063be1c1d8137edfe52f8de.zip |
mknod/mknodat values, initial support for MASK flag, OP_BITWISE
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'operations.h')
-rw-r--r-- | operations.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |