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 @@
 | 
				
			||||||
         (group "nogroup")
 | 
					         (group "nogroup")
 | 
				
			||||||
         (shell #~(string-append #$shadow "/sbin/nologin"))
 | 
					         (shell #~(string-append #$shadow "/sbin/nologin"))
 | 
				
			||||||
         (home-directory "/nonexistent")
 | 
					         (home-directory "/nonexistent")
 | 
				
			||||||
 | 
					         (create-home-directory? #f)
 | 
				
			||||||
         (system? #t))))
 | 
					         (system? #t))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define (default-skeletons)
 | 
					(define (default-skeletons)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue