Re: [gentoo-dev] RFC: UID/GID assignment for logstash (270)

2019-08-09 Thread Tomas Mozes
On Thu, Aug 8, 2019 at 3:31 PM Michael Orlitzky  wrote:

> On 8/8/19 3:37 AM, Tomas Mozes wrote:
> >
> > Pending PR:
> > https://github.com/gentoo/gentoo/pull/12375
> >
>
> Is the group-writability really needed here?
>
> >  ACCT_USER_HOME_PERMS=0770
>
> I don't think the existing ebuilds change the permissions on that
> directory. In any case,
>
> > keepdir "/var/lib/${MY_PN}"
>
> is no longer needed because the user package will keepdir it.
>


Yes, you are right, I'll update the PR, thanks for the review.


Re: [gentoo-dev] RFC: UID/GID assignment for logstash (270)

2019-08-08 Thread Michael Orlitzky
On 8/8/19 3:37 AM, Tomas Mozes wrote:
> 
> Pending PR:
> https://github.com/gentoo/gentoo/pull/12375
> 

Is the group-writability really needed here?

>  ACCT_USER_HOME_PERMS=0770

I don't think the existing ebuilds change the permissions on that
directory. In any case,

> keepdir "/var/lib/${MY_PN}"

is no longer needed because the user package will keepdir it.



[gentoo-dev] RFC: UID/GID assignment for logstash (270)

2019-08-08 Thread Tomas Mozes
I would like to reserve UID/GID 270 for logstash (app-admin/logstash-bin).

I haven't found the ID in other databases.

Pending PR:
https://github.com/gentoo/gentoo/pull/12375

Thanks,
Tomas