[gentoo-dev] [PATCH v2] font.eclass: Don't assign FONT_S in global scope, allow an array.

2020-02-14 Thread Ulrich Müller
Accessing ${S} in global scope is not allowed by PMS, therefore remove the global variable assignment of FONT_S which uses it. Add a fallback to ${S} in font_src_install() instead. Allow FONT_S to be an array, if there are multiple directories. Support for whitespace-separated lists will be kept f

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Michael 'veremitz' Everitt
On 14/02/20 19:48, Vadim A. Misbakh-Soloviov wrote: >> And now you're changing the subject. You've just claimed that *your* >> user's group ownership will be overwritten and when challenged you >> present the case of *system* user's group ownership being overwritten. > Actually, he showed the rewr

Re: [gentoo-dev] [PATCH 3/3] app-admin/kube-bench: convert to go-module go.sum

2020-02-14 Thread Sam Jorna (wraeth)
On Saturday, 15 February 2020 3:14:55 AM AEDT Matt Turner wrote: > On Fri, Feb 14, 2020 at 12:31 AM Sam Jorna (wraeth) wrote: > > In this instance, at least two people (myself included) have drawn an > > impression that led them to voice their concern in some way (I'm unsure if > > mpagano was vo

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Vadim A. Misbakh-Soloviov
> Modification of system users and groups are also covered by that user. fix: <...> by that rule. -- Best regards, mva signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Rolf Eike Beer
> There's a significant difference between changing group membership for > a system user versus a user account that is used interactively. > > I don't think the handbook advises people to mess with system accounts. >From my experience this is quite common for web-stuff and similar things, where

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Vadim A. Misbakh-Soloviov
> > And now you're changing the subject. You've just claimed that *your* > user's group ownership will be overwritten and when challenged you > present the case of *system* user's group ownership being overwritten. Actually, he showed the rewrite of **system** user (that was modified locally).

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Mike Gilbert
On Fri, Feb 14, 2020 at 12:42 PM Thomas Deutschmann wrote: > > > # usermod -aG thomas postfix > > # id postfix > > uid=207(postfix) gid=207(postfix) > groups=207(postfix),12(mail),1004(thomas) > > # emerge -a1 acct-user/postfix > > [...] > > > > >>> Installing (1 of 1) acct-user/postfix-0::gentoo

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Michał Górny
On Fri, 2020-02-14 at 18:42 +0100, Thomas Deutschmann wrote: > > # usermod -aG thomas postfix > > # id postfix > > uid=207(postfix) gid=207(postfix) > groups=207(postfix),12(mail),1004(thomas) > > And now you're changing the subject. You've just claimed that *your* user's group ownership will be

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Thomas Deutschmann
> # usermod -aG thomas postfix > # id postfix > uid=207(postfix) gid=207(postfix) groups=207(postfix),12(mail),1004(thomas) > # emerge -a1 acct-user/postfix > [...] > > >>> Installing (1 of 1) acct-user/postfix-0::gentoo > * checking 0 files for package collisions > >>> Merging acct-user/postfix-0

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Michał Górny
On Fri, 2020-02-14 at 18:09 +0100, Thomas Deutschmann wrote: > On 2020-02-14 16:38, Mike Gilbert wrote: > > Could you just explain please? I’m not inclined to read through the > > handbook and rebuild a system to guess what this horrible breakage might > > be. > > My point is, that even the handbo

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Thomas Deutschmann
On 2020-02-14 16:38, Mike Gilbert wrote: > Could you just explain please? I’m not inclined to read through the > handbook and rebuild a system to guess what this horrible breakage might > be. My point is, that even the handbook tells user to modify groups. I.e. you should add your user to group X

Re: [gentoo-dev] [PATCH 3/3] app-admin/kube-bench: convert to go-module go.sum

2020-02-14 Thread Matt Turner
On Fri, Feb 14, 2020 at 12:31 AM Sam Jorna (wraeth) wrote: > In this instance, at least two people (myself included) have drawn an > impression that led them to voice their concern in some way (I'm unsure if > mpagano was voicing concern or just agreeing with the general concept). Maybe > we're th

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Mike Gilbert
On Fri, Feb 14, 2020 at 9:12 AM Thomas Deutschmann wrote: > On 2020-02-13 17:17, Mike Gilbert wrote: > > I don't agree that this should be happen by default. I suspect the > > majority of users do not wish to manage system users/groups > > themselves. > > Follow handbook to get a working system a

[gentoo-dev] [PATCH] font.eclass: Don't assign FONT_S in global scope, allow an array.

2020-02-14 Thread Ulrich Müller
Accessing ${S} in global scope is not allowed by PMS, therefore remove the global variable assignment of FONT_S which uses it. Add a fallback to ${S} in font_src_install() instead. Allow FONT_S to be an array, if there are multiple directories. Support for whitespace-separated lists will be kept f

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Michał Górny
On Fri, 2020-02-14 at 15:12 +0100, Thomas Deutschmann wrote: > On 2020-02-13 17:17, Mike Gilbert wrote: > > I don't agree that this should be happen by default. I suspect the > > majority of users do not wish to manage system users/groups > > themselves. > > Follow handbook to get a working system

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-14 Thread Thomas Deutschmann
On 2020-02-13 17:17, Mike Gilbert wrote: > I don't agree that this should be happen by default. I suspect the > majority of users do not wish to manage system users/groups > themselves. Follow handbook to get a working system and rebuild entire world. You will get surprised. This is really a bad

Re: [gentoo-dev] [PATCH 3/3] app-admin/kube-bench: convert to go-module go.sum

2020-02-14 Thread Sam Jorna (wraeth)
On Friday, 14 February 2020 2:21:32 PM AEDT Matt Turner wrote: > On Thu, Feb 13, 2020 at 4:12 AM Mike Pagano wrote: > > On Thu, Feb 13, 2020 at 06:46:43PM +1100, Sam Jorna (wraeth) wrote: > > > On Thursday, 13 February 2020 5:40:46 AM AEDT Matt Turner wrote: > > > > On Wed, Feb 12, 2020 at 9:59 AM