diff options
Diffstat (limited to 'chrome/browser/zygote_main_linux.cc')
-rw-r--r-- | chrome/browser/zygote_main_linux.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/zygote_main_linux.cc b/chrome/browser/zygote_main_linux.cc index fc2d441..d58173a 100644 --- a/chrome/browser/zygote_main_linux.cc +++ b/chrome/browser/zygote_main_linux.cc @@ -616,6 +616,11 @@ static bool EnterSandbox() { #endif // CHROMIUM_SELINUX +// CLANG HACK +int SupportsSeccompSandbox(int) { return 0; } +void SeccompSandboxSetProcSelfMaps(int) {} +void StartSeccompSandbox() {} + bool ZygoteMain(const MainFunctionParams& params) { #if !defined(CHROMIUM_SELINUX) g_am_zygote_or_renderer = true; |