summaryrefslogtreecommitdiffstats
path: root/src/faudit/seccomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/seccomp.c')
-rw-r--r--src/faudit/seccomp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/faudit/seccomp.c b/src/faudit/seccomp.c
index 099e0e420..6f5d23c48 100644
--- a/src/faudit/seccomp.c
+++ b/src/faudit/seccomp.c
@@ -77,9 +77,6 @@ void seccomp_test(void) {
77 printf("init_module... "); fflush(0); 77 printf("init_module... "); fflush(0);
78 syscall_run("init_module"); 78 syscall_run("init_module");
79 79
80 printf("finit_module... "); fflush(0);
81 syscall_run("finit_module");
82
83 printf("delete_module... "); fflush(0); 80 printf("delete_module... "); fflush(0);
84 syscall_run("delete_module"); 81 syscall_run("delete_module");
85 82
@@ -100,4 +97,4 @@ void seccomp_test(void) {
100 else 97 else
101 fprintf(stderr, "Error: unrecognized seccomp mode\n"); 98 fprintf(stderr, "Error: unrecognized seccomp mode\n");
102 99
103} \ No newline at end of file 100}