Chromium Code Reviews| Index: sandbox/linux/suid/common/sandbox.h |
| diff --git a/sandbox/linux/suid/common/sandbox.h b/sandbox/linux/suid/common/sandbox.h |
| index 9345287815080648346a984b4322307a6e2f5442..6596e017ca97189da7e2582e487435b113ed0a57 100644 |
| --- a/sandbox/linux/suid/common/sandbox.h |
| +++ b/sandbox/linux/suid/common/sandbox.h |
| @@ -16,7 +16,7 @@ static const char kAdjustOOMScoreSwitch[] = "--adjust-oom-score"; |
| static const char kSandboxDescriptorEnvironmentVarName[] = "SBX_D"; |
| static const char kSandboxHelperPidEnvironmentVarName[] = "SBX_HELPER_PID"; |
| -static const long kSUIDSandboxApiNumber = 1; |
| +static const long kSUIDSandboxApiNumber = 2; |
|
mdempsky
2014/09/12 17:36:19
As I think about it, I'm unsure if this really nee
jln (very slow on Chromium)
2014/09/12 18:03:38
Yeah you're right, let's leave it alone it's not w
mdempsky
2014/09/12 18:06:56
Done.
|
| static const char kSandboxEnvironmentApiRequest[] = "SBX_CHROME_API_RQ"; |
| static const char kSandboxEnvironmentApiProvides[] = "SBX_CHROME_API_PRV"; |