Re: don't run elfutils as root in ABRT

2017-05-11 Thread Adam Šulc
Hi Mark, Avast signature turned off thanks for notice :) On Tue, May 9, 2017 at 2:40 PM, Mark Wielaard wrote: > Hi Adam, > > Please don't include HTML mail. The mailinglist will not accept it. > (In this case it is your HTML avast signature that looks like an > advertisement.) > > On Tue, 2017-0

Re: don't run elfutils as root in ABRT

2017-05-09 Thread Mark Wielaard
Hi Adam, Please don't include HTML mail. The mailinglist will not accept it. (In this case it is your HTML avast signature that looks like an advertisement.) On Tue, 2017-05-09 at 10:49 +0200, Adam Šulc wrote: > On Mon, May 8, 2017 at 2:10 PM, Mark Wielaard wrote: > > On Fri, 2017-05-05 at 18:25

Re: don't run elfutils as root in ABRT

2017-05-08 Thread Mark Wielaard
Hi Adam, On Fri, 2017-05-05 at 18:25 +0200, Adam Šulc wrote: > I work on ABRT improvement in order to increase security related to > core backtrace generating using elfutils library. > Here is a short description of my problem: > > Goal is to not call base code in elfutils and gdb functions under

Re: don't run elfutils as root in ABRT

2017-05-05 Thread Frank Ch. Eigler
Hi - On Fri, May 05, 2017 at 06:25:30PM +0200, Adam Šulc wrote: > [...] > Do you have any idea how to pass the open file descriptor into the > function? Or what is the best way how to achieve this? Via file name "/dev/fd/232" ? - FChE

don't run elfutils as root in ABRT

2017-05-05 Thread Adam Šulc
Hello, I work on ABRT improvement in order to increase security related to core backtrace generating using elfutils library. Here is a short description of my problem: Goal is to not call base code in elfutils and gdb functions under root. If you are more interested you can read more there: https

Re: don't run elfutils as root in ABRT

2017-03-07 Thread Mark Wielaard
Hi Adam, On Tue, 2017-03-07 at 13:39 +0100, Adam Šulc wrote: > I work on ABRT improvement in order to increase security related to core > backtrace generating using elfutils library. > Here is a short description of my problem: > > Goal is to not call base code in elfutils and gdb functions under