[lxc-devel] [lxc/lxc] f157b0: attach: reset signal mask
GitHub
noreply at github.com
Sun Oct 7 20:21:29 UTC 2018
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: f157b05636194e74ebbd16f9fa167bbb6488f1f1
https://github.com/lxc/lxc/commit/f157b05636194e74ebbd16f9fa167bbb6488f1f1
Author: Christian Brauner <christian.brauner at ubuntu.com>
Date: 2018-10-07 (Sun, 07 Oct 2018)
Changed paths:
M src/lxc/attach.c
Log Message:
-----------
attach: reset signal mask
Since we introduced clean exit from the mainloop when SIGTERM is sent we
changed the signal mask of the parent process but we never reset the
signal mask for the actual attached process.
Closes #399.
Fixes: 1349e92e4d23 ("console: exit mainloop on SIGTERM")
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Commit: 8f355cad21765312ca2701db126ee0e4d5db48b1
https://github.com/lxc/lxc/commit/8f355cad21765312ca2701db126ee0e4d5db48b1
Author: Stéphane Graber <stgraber at stgraber.org>
Date: 2018-10-07 (Sun, 07 Oct 2018)
Changed paths:
M src/lxc/attach.c
Log Message:
-----------
Merge pull request #2677 from brauner/2018-10-07/attach_reset_signal_mask
attach: reset signal mask
Compare: https://github.com/lxc/lxc/compare/acf67bc96277...8f355cad2176
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the lxc-devel
mailing list