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

rework exitcodes #4533

Merged
merged 1 commit into from
Sep 22, 2021
Merged

rework exitcodes #4533

merged 1 commit into from
Sep 22, 2021

Conversation

smitsohu
Copy link
Collaborator

@smitsohu smitsohu commented Sep 11, 2021

  • add 128 to exitcode if child received a fatal signal
    (this is similar to what bash and other shells do)
  • unify exitcodes across firejail: treat processes created with join
    the same as processes in the primary process tree

fixes #4474

* add 128 to exitcode if child receives a fatal signal
(this is similar to what bash and other shells do)
* unify exitcodes across firejail: treat join'ed processes
the same as processes in the primary process tree
@smitsohu smitsohu merged commit 3a9f18f into netblue30:master Sep 22, 2021
@smitsohu smitsohu deleted the exitcode branch September 22, 2021 13:46
kmk3 added a commit that referenced this pull request Dec 11, 2021
@kmk3 kmk3 added this to Done (on RELNOTES) in Release 0.9.68 Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 0.9.68
  
Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

Exit code 255 instead of real exit code for signals
1 participant