Re: Allow to add more than one group for service user

2020-08-20 Thread Reza Alizadeh Majd
Hi Oleg, Thanks for your response On Thu, 20 Aug 2020 09:04:36 +0300 Oleg Pykhalov wrote: > Addional groups which could be specified via ‘supplementary-groups’ > will be available for processes launched as services after Shepherd's > next release with merged patch https://issues.guix.info/4157

Re: Allow to add more than one group for service user

2020-08-19 Thread Reza Alizadeh Majd
On Wed, 19 Aug 2020 14:13:43 -0400 Julien Lepiller wrote: > From what I understand, the generated /etc/group is correct, but > loging as kyc-service, even after a reboot, you don't see the > additional groups? in order to replicate this issue I had prepared a `test-service` that provides bash ac

Re: Allow to add more than one group for service user

2020-08-19 Thread Reza Alizadeh Majd
On Wed, 19 Aug 2020 14:13:43 -0400 Julien Lepiller wrote: > From what I understand, the generated /etc/group is correct, but > loging as kyc-service, even after a reboot, you don't see the > additional groups? when I login normally, using `su - kyc-service` all groups are in place and I can see

Re: Allow to add more than one group for service user

2020-08-19 Thread Julien Lepiller
From what I understand, the generated /etc/group is correct, but loging as kyc-service, even after a reboot, you don't see the additional groups? On 2020年8月19日 12:18:34 GMT-04:00, Reza Alizadeh Majd wrote: >Hi Julien, > >On Wed, 19 Aug 2020 07:11:25 -0400 >Julien Lepiller wrote: > >> This kind

Re: Allow to add more than one group for service user

2020-08-19 Thread Reza Alizadeh Majd
Hi Julien, On Wed, 19 Aug 2020 07:11:25 -0400 Julien Lepiller wrote: > This kind of message should probably go to guix-help instead. Can you > send your user and groups definition you're using? Then we should see > if there's anything wrong with it, or if we can reproduce the issue. sorry for

Re: Allow to add more than one group for service user

2020-08-19 Thread Julien Lepiller
Hi Reza, This kind of message should probably go to guix-help instead. Can you send your user and groups definition you're using? Then we should see if there's anything wrong with it, or if we can reproduce the issue. On 2020年8月19日 3:46:59 GMT-04:00, Reza Alizadeh Majd wrote: >Hi Guix, > >com