From d8e9e205d2330586bf892092570dcb0110fe4efb Mon Sep 17 00:00:00 2001 From: "jln@chromium.org" Date: Tue, 5 Jun 2012 21:05:09 +0000 Subject: Linux: bump the setuid sandbox API number With this change, the setuid sandbox and the Zygote will start complaining if they expect different API versions. Users will get warning messages if their setuid sandbox is too old and be referred to: https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10536009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140613 0039d316-1c4b-4281-b951-d872f2087c98 --- base/linux_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/linux_util.h') 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"; -- cgit v1.1