GNU bug report logs -
#33422
/etc/passwd on GuixSD can end up containing default home directories
Previous Next
Reported by: ludo <at> gnu.org (Ludovic Courtès)
Date: Sun, 18 Nov 2018 22:06:01 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Leo Famulari <leo <at> famulari.name> skribis:
> On Sun, Nov 18, 2018 at 11:05:26PM +0100, Ludovic Courtès wrote:
>> On IRC, fps reported this issue: their user account was declared like
>> this:
>>
>> 26 (users (cons (user-account
>> 27 (name "fps")
>> 28 (comment "fps")
>> 29 (group "users")
>> 30 (supplementary-groups '("wheel" "netdev"
>> 31 "audio" "video"))
>> 32 (home-directory "/home/bob")) ;<--- notice “bob”!
>>
>> … yet /etc/passwd would refer to /home/fps for user “fps” (this is on a
>> fresh GuixSD 0.15.0 install.)
>>
>> This in turn would prevent logging in as “fps” because /home/fps didn’t
>> exist (meaning the ‘user-homes’ Shepherd service created /home/bob, not
>> /home/fps.)
>
> It slightly obscures a part of config.scm that is otherwise
> straightforward, but I do this:
>
> (home-directory (string-append "/home/" name))
>
> ... which would have avoided the issue. Maybe the value of
> home-directory should be implicit when unspecified.
>
> But, that is missing the point, which I think is that home directories
> are not being handled in a consistent and unified way.
Exactly, that home directory was a typo, but the point of this bug is
that non-default home directories were not correctly handled.
Ludo’.
This bug report was last modified 6 years and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.