bug#53752: guix home symlink permissions

2022-02-08 Thread Liliana Marie Prikler
Am Montag, dem 07.02.2022 um 22:02 +0100 schrieb Maxime Devos: > Zacchaeus Scheffer schreef op ma 07-02-2022 om 14:47 [-0500]: > > I was able create the desired effect with the following service > > definition: > > (simple-service > >  'my-activation-service > >  home-activation-service-type > >  (

bug#53752: guix home symlink permissions

2022-02-07 Thread Maxime Devos
Zacchaeus Scheffer schreef op ma 07-02-2022 om 14:47 [-0500]: > I was able create the desired effect with the following service > definition: > (simple-service >  'my-activation-service >  home-activation-service-type >  (gexp >   (begin >     (chdir (ungexp user-home)) >     (if (not (file-exists?

bug#53752: guix home symlink permissions

2022-02-07 Thread Zacchaeus Scheffer
> > > I finally migrated my home configuration to guix home. However, it >> > seems guix home creates all symlinks with 777 permissions. This causes >> > problems with openssh as it will not recognize my >> > ~/.ssh/authorized_keys. It seems the directories have reasonable >> > permissions (mayb

bug#53752: guix home symlink permissions

2022-02-04 Thread Zacchaeus Scheffer
> > > I finally migrated my home configuration to guix home. However, it > > seems guix home creates all symlinks with 777 permissions. This causes > > problems with openssh as it will not recognize my > > ~/.ssh/authorized_keys. It seems the directories have reasonable > > permissions (maybe be

bug#53752: guix home symlink permissions

2022-02-04 Thread Liliana Marie Prikler
Am Donnerstag, dem 03.02.2022 um 13:08 -0500 schrieb Zacchaeus Scheffer: > I finally migrated my home configuration to guix home.  However, it > seems guix home creates all symlinks with 777 permissions.  This causes > problems with openssh as it will not recognize my > ~/.ssh/authorized_keys.  It

bug#53752: guix home symlink permissions

2022-02-03 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Em quinta-feira, 3 de fevereiro de 2022, às 18:22:49 -03, Zacchaeus Scheffer escreveu: > It seems the permissions on the symlink don't matter. The problem is > that the file linked to in the store is readable by everyone (which I am > ok with because it's just public keys). > > There is a soluti

bug#53752: guix home symlink permissions

2022-02-03 Thread Zacchaeus Scheffer
It seems the permissions on the symlink don't matter. The problem is that the file linked to in the store is readable by everyone (which I am ok with because it's just public keys). There is a solution with guix system by configuring openssh directly (see openssh-configuration -> authorized-keys)

bug#53752: guix home symlink permissions

2022-02-03 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello Zacchaeus, Em quinta-feira, 3 de fevereiro de 2022, às 15:08:12 -03, Zacchaeus Scheffer escreveu: > I finally migrated my home configuration to guix home. However, it seems > guix home creates all symlinks with 777 permissions. This causes > problems with openssh as it will not recognize

bug#53752: guix home symlink permissions

2022-02-03 Thread Zacchaeus Scheffer
I finally migrated my home configuration to guix home. However, it seems guix home creates all symlinks with 777 permissions. This causes problems with openssh as it will not recognize my ~/.ssh/authorized_keys. It seems the directories have reasonable permissions (maybe because they already exi