Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with --password #535

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

echuber2
Copy link
Contributor

@echuber2 echuber2 commented Sep 18, 2024

Fixes #537

There are problems with using --password because set_password is called before check_hostuser, but check_hostuser is where Unpriv gets set, which set_password relies on. This PR defers the set_password call until after check_hostuser, and it also adds some error checking (based on what I used to debug the issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using --password fails if ~/.config/x11docker doesn't exist
1 participant