aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/bandwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/bandwidth.c')
-rw-r--r--src/firejail/bandwidth.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/firejail/bandwidth.c b/src/firejail/bandwidth.c
index 831b76e79..24d027d54 100644
--- a/src/firejail/bandwidth.c
+++ b/src/firejail/bandwidth.c
@@ -441,9 +441,6 @@ void bandwidth_pid(pid_t pid, const char *command, const char *dev, int down, in
441 arg[2] = cmd; 441 arg[2] = cmd;
442 arg[3] = NULL; 442 arg[3] = NULL;
443 clearenv(); 443 clearenv();
444#ifdef HAVE_SECCOMP
445 seccomp_install_filters();
446#endif
447 execvp(arg[0], arg); 444 execvp(arg[0], arg);
448 445
449 // it will never get here 446 // it will never get here