lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)
commitf2b795e9cf3ddb0f6bf0929bd0e423d39d6d239a
authorStefan Metzmacher <metze@samba.org>
Tue, 4 Oct 2011 08:47:46 +0000 (4 10:47 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Oct 2011 08:57:56 +0000 (4 10:57 +0200)
treedb8098fa04e9fc53afa18566683732d7059d0802
parent1ff61f1223f36a7cfa7acfc9da500b2684e5282b
lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)

By default user processes can't attach a debugger to a process.
So explicitly allow that for all child processes, before calling
the panic action script.

metze
lib/util/fault.c