7 Jul
2016
7 Jul
'16
8:38 a.m.
On Jul 7, 2016, at 4:20 AM, Jakob Hirsch <jh@plonk.de> wrote:
but FR uses setrlimit() with rlim_max=0, and you can only lower rlim_max, but not raise it (unless you have the CAP_SYS_RESOURCE capability). I don't know what the call setrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=0}) is good for...
If you have given it the capability, you can get core dumps. Alan DeKok.