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

rootlesskit --pidns: fix propagating exit status #210

Merged
merged 1 commit into from
Jan 22, 2021

Conversation

AkihiroSuda
Copy link
Member

rootlesskit --pidns had been broken due to incomplete implementation of reaper:

$ rootlesskit --pidns /bin/true
[rootlesskit:child ] error: command [/bin/true] exited: waitid: no child processes
[rootlesskit:parent] error: child exited: exit status 1

Fix #129

@AkihiroSuda AkihiroSuda force-pushed the fix-reaper branch 3 times, most recently from 6b313b4 to f6d70db Compare January 22, 2021 19:17
`rootlesskit --pidns` had been broken due to incomplete implementation of reaper:
```
$ rootlesskit --pidns /bin/true
[rootlesskit:child ] error: command [/bin/true] exited: waitid: no child processes
[rootlesskit:parent] error: child exited: exit status 1
```

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v0.9.2 signal forwarder doesn't support --pidns
1 participant