Is it possible to forbid creation of coredumps only for my program? I know that it's possible to change behaviour for entire system using ulimit
, but I'd like to block it only for my program. What should I code in my program? Maybe write some kernel module?
↧
Linux C forbid coredumps only for my program
↧