You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some checkups that do not work if flare/doctor is not run with elevated permissions. We want to detect if flare/doctor is being run without the necessary permissions and warn the user. If possible, we'd like to proceed by re-execing with elevated permissions; if not possible, we should print instructions for running the command correctly.
The implementation will be a little different on posix vs Windows. On posix, after warning the user, we can re-exec using something like sudo $0. We are not sure if this is possible on Windows.
The text was updated successfully, but these errors were encountered:
We have some checkups that do not work if flare/doctor is not run with elevated permissions. We want to detect if flare/doctor is being run without the necessary permissions and warn the user. If possible, we'd like to proceed by re-execing with elevated permissions; if not possible, we should print instructions for running the command correctly.
The implementation will be a little different on posix vs Windows. On posix, after warning the user, we can re-exec using something like
sudo $0
. We are not sure if this is possible on Windows.The text was updated successfully, but these errors were encountered: