Timeline for How come no core dump is create when an application has SUID set?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 3, 2015 at 16:25 | comment | added | Seth Noble | This solution also seems to apply to programs run under "sudo -s ", at least for kernel 2.6.27. | |
| Jun 23, 2011 at 23:33 | comment | added | DipSwitch | Ah crap my bad... the file is owned by root but the %u (uid) in core_pattern was fooling me at first sight. | |
| Jun 23, 2011 at 23:19 | comment | added | Gilles 'SO- stop being evil' |
@DipSwitch Strange, that's not what the documentation for fs.suid_dumpable says. Can you try setting fs.suid_dumpable without calling pctrl in the program? Maybe I'm misunderstanding the documentation and you do get a core but owned by root in this case.
|
|
| Jun 23, 2011 at 22:52 | vote | accept | DipSwitch | ||
| Jun 23, 2011 at 22:51 | comment | added | DipSwitch | Sir, you are now my personal hero! | |
| Jun 23, 2011 at 22:50 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |