aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-19 14:30:30 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-19 14:30:30 -0400
commiteddb9419463e266c79d422ce5c4bbc91e579fbcd (patch)
treeb20448bfb1cdfc331a93d49bb4728da290860424 /src/firemon
parentreplaced exit with _exit in forked child (diff)
downloadfirejail-eddb9419463e266c79d422ce5c4bbc91e579fbcd.tar.gz
firejail-eddb9419463e266c79d422ce5c4bbc91e579fbcd.tar.zst
firejail-eddb9419463e266c79d422ce5c4bbc91e579fbcd.zip
replaced exit with _exit in forked child
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/interface.c b/src/firemon/interface.c
index 5a89e1491..bceed93d3 100644
--- a/src/firemon/interface.c
+++ b/src/firemon/interface.c
@@ -146,7 +146,7 @@ static void print_sandbox(pid_t pid) {
146 return; 146 return;
147 net_ifprint(); 147 net_ifprint();
148 printf("\n"); 148 printf("\n");
149 exit(0); 149 _exit(0);
150 } 150 }
151 151
152 // wait for the child to finish 152 // wait for the child to finish