Sandbox code returning generic error code |
||||
Issue descriptionWhen testing the spawning of a Sandboxed process on windows 7, we found out that there is a function on BrokerServicesBase (https://cs.chromium.org/chromium/src/sandbox/win/src/broker_services.cc?sq=package:chromium&l=303) that returns a SBOX_ERROR_GENERIC under certain circumstances. The function that returns this error code is MakeTokens defined in PolicyBase (https://cs.chromium.org/chromium/src/sandbox/win/src/sandbox_policy_base.cc?dr=CSs&l=429) However it fails to recover the last error code from the operating system, which makes the error code rather useless. It would be ideal if the MakeTokens could return an error other than SBOX_ERROR_GENERIC and/or recover the operating system's error code.
,
Jul 27 2017
,
Sep 20 2017
,
Sep 20
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
||||
►
Sign in to add a comment |
||||
Comment 1 by joenotcharles@chromium.org
, Jul 26 2017Components: Internals>Sandbox