Re: Re: hardening for binaries/libraries packages

2013-01-11 Thread Nick Andrik
Now I see, thanks a lot for your answer Nick -- =Do- N.AND -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cann5kouix-dlj6xnfqqeftnmzdxo1dtm7ebege6eauftywc...@mail.g

Re: hardening for binaries/libraries packages

2013-01-10 Thread Simon McVittie
On 10/01/13 18:02, Nick Andrik wrote: > I'm trying to work with a source package that builds packages that > includes both binaries and dynamic libraries. > My question is on how to enable hardening in both of them, but PIE > support only in the binary (since libraries use PIC anyway). Does your l

hardening for binaries/libraries packages

2013-01-10 Thread Nick Andrik
I'm trying to work with a source package that builds packages that includes both binaries and dynamic libraries. My question is on how to enable hardening in both of them, but PIE support only in the binary (since libraries use PIC anyway). My solution so far is something like this: ~~