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, 3 insertions, 0 deletions
diff --git a/src/firejail/bandwidth.c b/src/firejail/bandwidth.c
index 24d027d54..831b76e79 100644
--- a/src/firejail/bandwidth.c
+++ b/src/firejail/bandwidth.c
@@ -441,6 +441,9 @@ 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
444 execvp(arg[0], arg); 447 execvp(arg[0], arg);
445 448
446 // it will never get here 449 // it will never get here