From d03db7434b5b2f1e588c65805d38faea973c3cf0 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 28 Aug 2016 12:56:48 +0200 Subject: system: Do not create the home directory of "nobody". Fixes . Reported by John Darrington . * gnu/system/shadow.scm (%base-user-accounts): Add (create-home-directory? #f) for "nobody". --- gnu/system/shadow.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/system') diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm index 6a4063529c..cfdcf5e136 100644 --- a/gnu/system/shadow.scm +++ b/gnu/system/shadow.scm @@ -130,6 +130,7 @@ (group "nogroup") (shell #~(string-append #$shadow "/sbin/nologin")) (home-directory "/nonexistent") + (create-home-directory? #f) (system? #t)))) (define (default-skeletons) -- cgit v1.2.3