-
Notifications
You must be signed in to change notification settings - Fork 49
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: ensure landscape homedir and broker.bpickle are owned by landscape (LP: #2065879) #264
fix: ensure landscape homedir and broker.bpickle are owned by landscape (LP: #2065879) #264
Conversation
Testing steps are pretty clearly laid out in the body of https://bugs.launchpad.net/landscape-client/+bug/2065879 but I'll copy them here to be safe.
I'll add that normal functionality should work - registration and regular message exchange. |
Here is the process I followed to try to reproduce the original issue:
I see the message "Registration request sent successfully".
Running I believe this gives me a tight repro of the original problem. |
With the PR applied, the contents of the
which is correct. Running |
LGTM. |
This addresses an issue where setting
umask 027
would not allow for registration.