Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jail.c uses system() which doesn't work anymore #51

Open
mheily opened this issue Mar 26, 2016 · 1 comment
Open

jail.c uses system() which doesn't work anymore #51

mheily opened this issue Mar 26, 2016 · 1 comment
Labels

Comments

@mheily
Copy link
Owner

mheily commented Mar 26, 2016

system() will not work because we SIG_IGN on SIGCHLD.

This breaks many things in jail.c.

@mheily mheily added the bug label Mar 26, 2016
@mheily
Copy link
Owner Author

mheily commented Apr 12, 2016

as a workaround, we are not doing SIG_IGN anymore.

Need to replace all system() calls w/ run_system() and use kqueue in run_system();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant