Re: [gentoo-dev] Best way to handle suid binary in ebuild

2013-10-30 Thread Mike Gilbert
On Wed, Oct 30, 2013 at 8:17 AM, Vincent-Xavier JUMEL wrote: > Hi everyone, > > I'm developping and using a sympa ebuild for personnal use on a Gentoo > box. > > In order to work correctly with postfix, sympa needs to have its binary > /usr/libexec/queue and /usr/libexec/bouncequeue with the SUID

[gentoo-dev] Best way to handle suid binary in ebuild

2013-10-30 Thread Vincent-Xavier JUMEL
Hi everyone, I'm developping and using a sympa ebuild for personnal use on a Gentoo box. In order to work correctly with postfix, sympa needs to have its binary /usr/libexec/queue and /usr/libexec/bouncequeue with the SUID bit activated. What is, in your opinion, the best way to handle it ? einf