From b14628560a972d9f1709a249207b6595ffe7ed09 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 2 Jul 2016 14:10:07 -0400 Subject: audit: seccomp --- src/faudit/faudit.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/faudit/faudit.h') diff --git a/src/faudit/faudit.h b/src/faudit/faudit.h index 50d75c2a4..fdb4556c3 100644 --- a/src/faudit/faudit.h +++ b/src/faudit/faudit.h @@ -44,4 +44,8 @@ void caps_test(void); // seccomp.c void seccomp_test(void); +// syscall.c +void syscall_helper(int argc, char **argv); +void syscall_run(const char *name); + #endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf