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
|
@ -130,6 +130,7 @@
|
|||
(group "nogroup")
|
||||
(shell #~(string-append #$shadow "/sbin/nologin"))
|
||||
(home-directory "/nonexistent")
|
||||
(create-home-directory? #f)
|
||||
(system? #t))))
|
||||
|
||||
(define (default-skeletons)
|
||||
|
|
Loading…
Reference in New Issue