Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Michael Orlitzky
On 11/27/19 11:57 AM, Michał Górny wrote: > > Also I'm sure Michael would love to see a patch, so he could complain > that you're unnecessarily setting a home directory. > Ha! ...but seriously though.

Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Anthony G. Basile
On 11/27/19 1:47 PM, Ulrich Mueller wrote: >> On Wed, 27 Nov 2019, Anthony G Basile wrote: > > > I'd suggest UID and GID 43 for tor (following Archlinux). > > Ulrich > Thanks Ulrich. Works for me. -- Anthony G. Basile, Ph.D. Gentoo Linux Developer [Hardened] E-Mail: bluen...@gentoo.

Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Ulrich Mueller
> On Wed, 27 Nov 2019, Anthony G Basile wrote: > 2) For net-vpn/tor > tor uid = 493 > tor gid = 493 We had skipped allocation for 492 and 493, because they're used for oprofile and oidentd in Archlinux, and we have these packages too. I'd suggest UID and GID 43 for tor (following Archlinux)

Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Anthony G. Basile
On 11/27/19 11:52 AM, Anthony G. Basile wrote: > Hi everyone, > > I'm requesting > > 1) uid/gid = 70/70 for net-dns/avahi > > 2) uid/gid = 997/995 for net-vpn/tor > > 3) uid/gid = 485/485 for net-misc/stunnel > > Both avahi and tor follow fedora. The values for stunnel were the > highest avai

Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Anthony G. Basile
On 11/27/19 1:04 PM, Joonas Niilola wrote: > Hey, > > > On 11/27/19 6:52 PM, Anthony G. Basile wrote: >> 3) uid/gid = 485/485 for net-misc/stunnel >> >> Both avahi and tor follow fedora. The values for stunnel were the >> highest available values below 500. >> > 485 has been requested for bedroc

Re[2]: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Conrad Kostecki
Hi! Am 27.11.2019 19:02:06, "Anthony G. Basile" schrieb: netdev gid = 479 Already requested by me for OpenRCT2 :-) Conrad

Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Joonas Niilola
Hey, On 11/27/19 6:52 PM, Anthony G. Basile wrote: > 3) uid/gid = 485/485 for net-misc/stunnel > > Both avahi and tor follow fedora. The values for stunnel were the > highest available values below 500. > 485 has been requested for bedrock though. https://gitweb.gentoo.org/data/api.git/tree/fil

Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Anthony G. Basile
On 11/27/19 11:52 AM, Anthony G. Basile wrote: > > 1) uid/gid = 70/70 for net-dns/avahi > Actually I need to expand this for avahi. I need a netdev group and avahi-autoipd user/group. So, in addition to the above, I'm also requesting netdev gid = 479 avahi-autoipd uid/gid = 170/170 The ava

Re: [gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Michał Górny
On Wed, 2019-11-27 at 11:52 -0500, Anthony G. Basile wrote: > 2) uid/gid = 997/995 for net-vpn/tor This is in the reserved dynamic range. Also I'm sure Michael would love to see a patch, so he could complain that you're unnecessarily setting a home directory. -- Best regards, Michał Górny si

[gentoo-dev] RFC acct-{user,group} for net-dns/avahi, net-vpn/tor, net-misc/stunnel

2019-11-27 Thread Anthony G. Basile
Hi everyone, I'm requesting 1) uid/gid = 70/70 for net-dns/avahi 2) uid/gid = 997/995 for net-vpn/tor 3) uid/gid = 485/485 for net-misc/stunnel Both avahi and tor follow fedora. The values for stunnel were the highest available values below 500. -- Anthony G. Basile, Ph.D. Gentoo Linux Deve

Re: [gentoo-dev] [PATCH] skel.ebuild: Reorder S after SRC_URI

2019-11-27 Thread Michał Górny
On Wed, 2019-11-27 at 11:04 +0100, Ulrich Mueller wrote: > > > > > > On Wed, 27 Nov 2019, Michał Górny wrote: > > Update the skel variable order to place S immediately after SRC_URI. > > This seems to be a growing trend, and is quite reasonable given that > > S usually matches the archive name, and

Re: [gentoo-dev] [PATCH] skel.ebuild: Reorder S after SRC_URI

2019-11-27 Thread Ulrich Mueller
> On Wed, 27 Nov 2019, Michał Górny wrote: > Update the skel variable order to place S immediately after SRC_URI. > This seems to be a growing trend, and is quite reasonable given that > S usually matches the archive name, and e.g. if SRC_URI uses MY_P, > then S usually uses it as well: >

[gentoo-dev] [PATCH] skel.ebuild: Reorder S after SRC_URI

2019-11-27 Thread Michał Górny
Update the skel variable order to place S immediately after SRC_URI. This seems to be a growing trend, and is quite reasonable given that S usually matches the archive name, and e.g. if SRC_URI uses MY_P, then S usually uses it as well: SRC_URI="http://example.com/${MY_P}.tar.gz"; S=${WORK