]> granicus.if.org Git - sudo/commit
On Linux, if the command we ran dumped core, set PR_SET_DUMPABLE
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 27 Apr 2017 18:28:08 +0000 (12:28 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 27 Apr 2017 18:28:08 +0000 (12:28 -0600)
commitf57629c95308cb87da059c37722bb8b65217f318
treea471387116a44c0b31f163a2762739d14cd4465e
parentf0425ca81315b4d42a3f3894678dcded4aa5f86c
On Linux, if the command we ran dumped core, set PR_SET_DUMPABLE
to 0.  This will prevent sudo itself from dumping core in this case.
src/sudo.c