Skip to content

Commit

Permalink
Allow passwordless login for user "user" (when using 'sudo xl console').
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer authored Jul 14, 2019
1 parent da3c22b commit 54f94cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/qubes-core-agent.preinst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ if [ "$1" = "install" ] ; then
}
usermod -L -a --groups qubes user

## Allow passwordless login for user "user" (when using 'sudo xl console').
## https://github.com/QubesOS/qubes-issues/issues/1130
usermod --password '' user

# --------------------------------------------------------------------------
# Remove `mesg` from root/.profile?
# --------------------------------------------------------------------------
Expand Down

0 comments on commit 54f94cc

Please sign in to comment.