Fix adduser so it doesn't create the home (#801)

This commit is contained in:
Ana Hobden 2024-01-05 11:45:06 -08:00 committed by GitHub
parent e48a8962b5
commit 83a0da10c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,6 +237,7 @@ impl Action for CreateUser {
.args([
"--home",
"/var/empty",
"-H", // Don't create a home.
"--gecos",
comment,
"--ingroup",