]> granicus.if.org Git - sudo/commit
Pass on SIGTSTP to the command if it was sent by a user process
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Aug 2012 15:22:33 +0000 (11:22 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Aug 2012 15:22:33 +0000 (11:22 -0400)
commit37269d662a53e048837dee13af2af24e6eac9c1e
tree63782d3ed8fe66b83d3fca3d446bdb057481434d
parent29907e357ceed9e646c6b3fee80471a324cf28ac
Pass on SIGTSTP to the command if it was sent by a user process
(not the kernel or the terminal) when we are not I/O logging and
set the default SIGTSTP handler when we re-send the signal to
ourself, restoring our handler after we resume.
src/exec.c