summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index eea9973..0e2cd82 100644
--- a/src/system.h
+++ b/src/system.h
@@ -109,7 +109,10 @@ typedef struct sock_filter bpf_instr_raw;
#endif
int sys_chk_seccomp_syscall(void);
+void sys_set_seccomp_syscall(bool enable);
+
int sys_chk_seccomp_flag(int flag);
+void sys_set_seccomp_flag(int flag, bool enable);
int sys_filter_load(const struct db_filter_col *col);