#ifndef SANDBOX_LINUX_SUID_COMMON_SANDBOX_H_
#define SANDBOX_LINUX_SUID_COMMON_SANDBOX_H_
#if defined(__cplusplus)
namespace sandbox {
#endif
static const char kSuidSandboxGetApiSwitch[] = …;
static const char kAdjustOOMScoreSwitch[] = …;
static const char kSandboxDescriptorEnvironmentVarName[] = …;
static const char kSandboxHelperPidEnvironmentVarName[] = …;
static const int kSUIDSandboxApiNumber = …;
static const char kSandboxEnvironmentApiRequest[] = …;
static const char kSandboxEnvironmentApiProvides[] = …;
static const int kZygoteIdFd = …;
static const char kMsgChrootMe = …;
static const char kMsgChrootSuccessful = …;
static const char kSandboxPIDNSEnvironmentVarName[] = …;
static const char kSandboxNETNSEnvironmentVarName[] = …;
#if defined(__cplusplus)
}
#endif
#endif