aboutsummaryrefslogtreecommitdiffstats
path: root/src/faudit/faudit.h
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-02 14:10:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-02 14:10:07 -0400
commitb14628560a972d9f1709a249207b6595ffe7ed09 (patch)
tree868225ffea34f09f8949ef7a13ce03e9dbf65412 /src/faudit/faudit.h
parentaudit: seccomp (diff)
downloadfirejail-b14628560a972d9f1709a249207b6595ffe7ed09.tar.gz
firejail-b14628560a972d9f1709a249207b6595ffe7ed09.tar.zst
firejail-b14628560a972d9f1709a249207b6595ffe7ed09.zip
audit: seccomp
Diffstat (limited to 'src/faudit/faudit.h')
-rw-r--r--src/faudit/faudit.h4
1 files changed, 4 insertions, 0 deletions
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);
44// seccomp.c 44// seccomp.c
45void seccomp_test(void); 45void seccomp_test(void);
46 46
47// syscall.c
48void syscall_helper(int argc, char **argv);
49void syscall_run(const char *name);
50
47#endif \ No newline at end of file 51#endif \ No newline at end of file