Skip to content
  • Ray Strode's avatar
    session-worker: unblock SIGUSR1 before PAM · b0d1ca9e
    Ray Strode authored
    Right now we unblock SIGUSR1 just before starting
    the session, but we should really do it before
    starting the worker/PAM.
    
    This commit fixes that and removes a useless call
    to set SIGUSR1 back to the default disposition,
    right before exec (which does the same thing anyway)
    
    Closes: #399
    b0d1ca9e