mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
system: Do not create the home directory of "nobody".
Fixes <http://bugs.gnu.org/24275>. Reported by John Darrington <john@darrington.wattle.id.au>. * gnu/system/shadow.scm (%base-user-accounts): Add (create-home-directory? #f) for "nobody".
This commit is contained in:
parent
eb56ee027b
commit
d03db7434b
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ (define %base-user-accounts
|
|||
(group "nogroup")
|
||||
(shell #~(string-append #$shadow "/sbin/nologin"))
|
||||
(home-directory "/nonexistent")
|
||||
(create-home-directory? #f)
|
||||
(system? #t))))
|
||||
|
||||
(define (default-skeletons)
|
||||
|
|
Loading…
Reference in a new issue