Disable creation of coredump file

From: gan_xiao_jun
Date: Sun Jan 02 2005 - 09:28:50 EST


Hi,

I want to disable the creation of the core dump even
after set "ulimit -c XXXX"

I modify
include/asm-i386/resource.h
the data structure INIT_RLIMITS
the 4th elements(RLIMIT_CORE)
from
rlim_cur = 0, rlim_max = RLIMINFINITY
to
rlim_cur = 0, rlim_max = 0
But core dump still be created.

Thanks in advance.
gan




__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/