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
In 0.10.4, we moved to asking for elevated context from administrators every time (#1054), leaving non-admins in default context. However this has caused a lot of consternation as it can't be locally applied to each command (#1307). Set it back to asInvoker for now, but leave the manifest separated to allow for someone to change it on their own.
The text was updated successfully, but these errors were encountered:
ferventcoder
changed the title
Set requested execution level back to asInvoker while determining more advanced raised scenarios
Set requested execution level back to asInvoker while determining more advanced elevated scenarios
Jun 5, 2017
After much deliberation on the topic, it was decided to move requested
execution level back to `asInvoker` while determining more advanced
scenarios to run privileged tasks from.
In 0.10.4, we moved to asking for elevated context from administrators every time (#1054), leaving non-admins in default context. However this has caused a lot of consternation as it can't be locally applied to each command (#1307). Set it back to
asInvoker
for now, but leave the manifest separated to allow for someone to change it on their own.The text was updated successfully, but these errors were encountered: