]> granicus.if.org Git - sudo/commit
Ignore SIGPIPE for the duration of sudo and not just in a few select
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 22 Apr 2016 22:36:36 +0000 (16:36 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 22 Apr 2016 22:36:36 +0000 (16:36 -0600)
commitb4309d4aea1ec349e86f637b99a68763d64daf58
treee612f6b75c5243749a9980a4b9e46c7829ae7974
parent70cf5674b5536b3b1840314c04f35ccaa2b64c3e
Ignore SIGPIPE for the duration of sudo and not just in a few select
places.  We have no control over what nss, PAM modules or sudo
plugins might do so ignoring SIGPIPE is safest.
doc/sudo_plugin.cat
doc/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in
plugins/sudoers/ldap.c
plugins/sudoers/logging.c
src/signal.c
src/sudo.c
src/tgetpass.c