Chromium Code Reviews
DescriptionFixing a problem where curtain mode connections were failing on Windows 8+
I tracked this down to a change I made where I added the uiAccess flag to
the remoting_desktop binary (https://codereview.chromium.org/2370293002/).
Adding this manifest flag causes CreateProcess to fail with
STATUS_ELEVATION_REQUIRED when run in curtain mode. I suspect it has
something to do with the process being started in the logon session.
I am reverting this flag to unblock this scenario (M56 needs this fix) and
will verify whether the flag is actually needed (it was originally added for
parity with GYP builds but may not be necessary).
BUG=666992
Review-Url: https://codereview.chromium.org/2521453005
Cr-Commit-Position: refs/heads/master@{#435272}
(cherry picked from commit fdd9968f262f1fba0d9b2f3e0261226732e2ee67)
Committed: https://chromium.googlesource.com/chromium/src/+/ffa8fec145e25ac6b34ee56c65d6b11eb9369c76
Patch Set 1 #
Messages
Total messages: 2 (1 generated)
|
|||||||||||||||||||