Skip to content
Snippets Groups Projects
Commit d57d5c1d authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update README.md

parent 7def2bbb
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ If your edge browser is not allowing you to login, check the following logs:
- msft-identity-broker.service: Failed at step STATE_DIRECTORY spawning /opt/msft/identitybroker/bin/msft-identity-broker: Operation not permitted
This is a permission issue. Please run `chmod 777 -R /opt/msft` as root.
This is a permission issue. Please run `chmod 777 -R /opt/msft` as root and restart the service.
- msft-identity-broker.service: Failed to set up special execution directory in /home/YourName/.config: Operation not permitted
This is also a permission issue while overwritting user config with root account manually. Please run `chown -R YourName /home/YourName/.config`.
This is also a permission issue while overwritting user config with root account manually. Please run `chown -R YourName /home/YourName/.config` and restart the service.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment