aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/output.c')
-rw-r--r--src/firejail/output.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/firejail/output.c b/src/firejail/output.c
index d69f5f051..b99604ec4 100644
--- a/src/firejail/output.c
+++ b/src/firejail/output.c
@@ -102,10 +102,6 @@ void check_output(int argc, char **argv) {
102 a[1] = "-c"; 102 a[1] = "-c";
103 a[2] = cmd; 103 a[2] = cmd;
104 a[3] = NULL; 104 a[3] = NULL;
105
106#ifdef HAVE_SECCOMP
107 seccomp_install_filters();
108#endif
109 execvp(a[0], a); 105 execvp(a[0], a);
110 106
111 perror("execvp"); 107 perror("execvp");