aboutgitcodelistschat:MatrixIRC
path: root/cooker/filter.h
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-05-17 13:20:13 +0200
committerAlice Frosi <afrosi@redhat.com>2023-05-17 13:20:13 +0200
commit1e78526693d22abe24c98291a782998573f6b01d (patch)
tree9ee8bf1a813e73d63962357fdd2318bd390d3bc0 /cooker/filter.h
parent504d9e38a528ca8bf6f658223a1935e9bc537d8a (diff)
downloadseitan-1e78526693d22abe24c98291a782998573f6b01d.tar
seitan-1e78526693d22abe24c98291a782998573f6b01d.tar.gz
seitan-1e78526693d22abe24c98291a782998573f6b01d.tar.bz2
seitan-1e78526693d22abe24c98291a782998573f6b01d.tar.lz
seitan-1e78526693d22abe24c98291a782998573f6b01d.tar.xz
seitan-1e78526693d22abe24c98291a782998573f6b01d.tar.zst
seitan-1e78526693d22abe24c98291a782998573f6b01d.zip
Minor fixes for the filter and the eater
Add: - ignore_args field for the filter. - use MAX_FILTER to define the filter size in the eater
Diffstat (limited to 'cooker/filter.h')
-rw-r--r--cooker/filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cooker/filter.h b/cooker/filter.h
index 0ec1204..a797e07 100644
--- a/cooker/filter.h
+++ b/cooker/filter.h
@@ -11,6 +11,7 @@
#include <linux/filter.h>
#include <linux/audit.h>
#include <linux/seccomp.h>
+#include <stdbool.h>
#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
#define ENDIAN(_lo, _hi) _lo, _hi