]> granicus.if.org Git - sudo/commit
We need to unlimit RLIMIT_NPROC in sudoers as well as the sudo front
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Jun 2015 21:30:06 +0000 (15:30 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Jun 2015 21:30:06 +0000 (15:30 -0600)
commit25917e435c3b677c71e4ab0d5821328db8227b5f
treed2dddd33e9dfb0f3553158c6015546788ae190df
parentdb8aae12e8ef6e84eb9f1ed97834c12b2a737006
We need to unlimit RLIMIT_NPROC in sudoers as well as the sudo front
end since set_perms() and restore_perms change the read uid and may
fail with EAGAIN on Linux kernels prior to 3.1.
plugins/sudoers/sudoers.c
src/sudo.c