aboutsummaryrefslogtreecommitdiffstats
path: root/src/faudit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/main.c')
-rw-r--r--src/faudit/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/faudit/main.c b/src/faudit/main.c
index cd358cc1a..2ed3aa2e1 100644
--- a/src/faudit/main.c
+++ b/src/faudit/main.c
@@ -53,6 +53,9 @@ int main(int argc, char **argv) {
53 // check seccomp 53 // check seccomp
54 seccomp_test(); 54 seccomp_test();
55 55
56 // check some well-known problematic files
57 files_test();
58
56 free(prog); 59 free(prog);
57 printf("--------------------------------------------------------------------------------\n"); 60 printf("--------------------------------------------------------------------------------\n");
58 return 0; 61 return 0;