Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Michael Orlitzky
On 8/13/19 3:15 PM, Lars Wendler wrote: > > I'm not really sure what the impact might be. I have only one single > apache installation and that is a productive one. I do not want to mess > with that installation. > I'm not trying to hassle you, but now's the time to get it right. The old enewuse

Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Lars Wendler
On Tue, 13 Aug 2019 14:43:11 -0400 Michael Orlitzky wrote: >On 8/13/19 2:30 PM, Lars Wendler wrote: >> >> If we leave ACCT_USER_HOME empty HOME will be set to >> /dev/null for apache user. I don't know if this is what we want. >I'm not 100% sure either, but it's pretty likely that if an unwritabl

Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Michael Orlitzky
On 8/13/19 2:30 PM, Lars Wendler wrote: > > If we leave ACCT_USER_HOME empty HOME will be set to > /dev/null for apache user. I don't know if this is what we want. I'm not 100% sure either, but it's pretty likely that if an unwritable root-owned home directory would work, then so would /dev/null.

Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Lars Wendler
On Tue, 13 Aug 2019 14:21:29 -0400 Michael Orlitzky wrote: >On 8/13/19 1:53 PM, Lars Wendler wrote: >> >> thanks for the review. I've force-pushed the acct-user/apache commit >> with ACCT_USER_HOME_OWNER being set to root:root. >> > >Is there any benefit to > > ACCT_USER_HOME=/var/www > ACCT_U

Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Michael Orlitzky
On 8/13/19 1:53 PM, Lars Wendler wrote: > > thanks for the review. I've force-pushed the acct-user/apache commit > with ACCT_USER_HOME_OWNER being set to root:root. > Is there any benefit to ACCT_USER_HOME=/var/www ACCT_USER_HOME_OWNER=root:root versus keepdir /var/www in the eclass?

Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Mike Gilbert
On Tue, Aug 13, 2019 at 1:39 PM Michael Orlitzky wrote: > > On 8/13/19 1:14 PM, Lars Wendler wrote: > > I would like to reserve UID/GID 81 for apache (www-servers/apache). > > > > This is the historical UID/GID for apache user in Gentoo. > > Fedora and RedHat use UID/GID 48. Arch Linux has no > >

Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Lars Wendler
Hi Michael, On Tue, 13 Aug 2019 13:39:34 -0400 Michael Orlitzky wrote: >On 8/13/19 1:14 PM, Lars Wendler wrote: >> I would like to reserve UID/GID 81 for apache (www-servers/apache). >> >> This is the historical UID/GID for apache user in Gentoo. >> Fedora and RedHat use UID/GID 48. Arch Linux h

Re: [gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Michael Orlitzky
On 8/13/19 1:14 PM, Lars Wendler wrote: > I would like to reserve UID/GID 81 for apache (www-servers/apache). > > This is the historical UID/GID for apache user in Gentoo. > Fedora and RedHat use UID/GID 48. Arch Linux has no > "apache" user but a "http" user with UID/GID 33 (which is already > re

[gentoo-dev] RFC: UID/GID assignment for apache (81)

2019-08-13 Thread Lars Wendler
I would like to reserve UID/GID 81 for apache (www-servers/apache). This is the historical UID/GID for apache user in Gentoo. Fedora and RedHat use UID/GID 48. Arch Linux has no "apache" user but a "http" user with UID/GID 33 (which is already reserved in Gentoo). Here are the commits for possibl