diff options
-rw-r--r-- | base/linux_util.h | 2 | ||||
-rw-r--r-- | sandbox/linux/suid/sandbox.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/base/linux_util.h b/base/linux_util.h index 3ac7279..cd305f8 100644 --- a/base/linux_util.h +++ b/base/linux_util.h @@ -18,7 +18,7 @@ namespace base { static const char kFindInodeSwitch[] = "--find-inode"; // This should be kept in sync with sandbox/linux/suid/sandbox.c -static const long kSUIDSandboxApiNumber = 0; +static const long kSUIDSandboxApiNumber = 1; static const char kSandboxEnvironmentApiRequest[] = "SBX_CHROME_API_RQ"; static const char kSandboxEnvironmentApiProvides[] = "SBX_CHROME_API_PRV"; diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/sandbox.c index b46e906..9c2ecde 100644 --- a/sandbox/linux/suid/sandbox.c +++ b/sandbox/linux/suid/sandbox.c @@ -44,7 +44,7 @@ static const char kSandboxDescriptorEnvironmentVarName[] = "SBX_D"; static const char kSandboxHelperPidEnvironmentVarName[] = "SBX_HELPER_PID"; // Should be kept in sync with base/linux_util.h -static const long kSUIDSandboxApiNumber = 0; +static const long kSUIDSandboxApiNumber = 1; static const char kSandboxEnvironmentApiRequest[] = "SBX_CHROME_API_RQ"; static const char kSandboxEnvironmentApiProvides[] = "SBX_CHROME_API_PRV"; |