Changes: Set dumpable flag so that launched applications are able to core dump

RevBy: Jussi Lind
pull/1/head
Oskari Timperi 16 years ago
parent 91e205d18b
commit 7b8f56d268

@ -244,6 +244,9 @@ bool Daemon::forkBooster(char type, int pipefd[2])
// Don't care about fate of parent applauncherd process any more
prctl(PR_SET_PDEATHSIG, 0);
// Set dumpable flag
prctl(PR_SET_DUMPABLE, 1);
// Run the current Booster
booster->run();

Loading…
Cancel
Save