]> granicus.if.org Git - sudo/commit
Don't change rl.rlim_max for RLIMIT_CORE. We need only set rl.rlim_cur
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Apr 2003 20:13:04 +0000 (20:13 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Apr 2003 20:13:04 +0000 (20:13 +0000)
commite15de8443d5cea3f968a270e1018112d74748a20
treead6611b2e466cde3f458f491b9d234601feb199c
parentcfeec138e1a05e65cd2506bd18a7905e86dad914
Don't change rl.rlim_max for RLIMIT_CORE.  We need only set rl.rlim_cur
to 0 to turn off core dumps.  This may be needed for the RLIMIT_CORE
restoration on some OSes.
sudo.c