Skip to content
Commit 6b858695 authored by Vasily Khoruzhick's avatar Vasily Khoruzhick Committed by Ray Strode
Browse files

session-worker: drop SIGINT and rework SIGTERM handler

The gdm session worker sets up main loop dispatched signal
handlers for SIGINT and SIGTERM.  These handlers won't run
if the pam module is blocking, since the main loop isn't
iterating.

This commit drops the SIGINT handler, and changes the SIGTERM
handler to exit with a successful exit code, which gives us
the same effective behavior as before but will work even
if the pam module is blocked.

Small changes by Ray Strode

https://bugzilla.gnome.org/show_bug.cgi?id=755291
parent c4292870
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment