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
Recreating issue because the other one was closed but the problem still exists (or has come back).
In Bash on Ubuntu on Windows for Windows 10 Insider Preview build 15063, performing sudo -u user ls produces:
sudo: setresuid() [1000, 1000, 1000] -> [-1, 0, -1]: Operation not permitted
sudo: unable to set runas group vector: Operation not permitted
sudo: PERM_ROOT: setresuid(0, -1, 0): Operation not permitted
user is not in the sudoers file. This incident will be reported.
This significantly impedes dev work because scripts use this rather frequently, this is also a big issue because sudo is an integral part of the Linux system, it absolutely needs to work flawlessly.
The text was updated successfully, but these errors were encountered:
#962 (comment)
Recreating issue because the other one was closed but the problem still exists (or has come back).
In Bash on Ubuntu on Windows for Windows 10 Insider Preview build 15063, performing
sudo -u user ls
produces:This significantly impedes dev work because scripts use this rather frequently, this is also a big issue because sudo is an integral part of the Linux system, it absolutely needs to work flawlessly.
The text was updated successfully, but these errors were encountered: