diff options
Diffstat (limited to 'www/chromium/patches/patch-sandbox_policy_sandbox_cc')
| -rw-r--r-- | www/chromium/patches/patch-sandbox_policy_sandbox_cc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/chromium/patches/patch-sandbox_policy_sandbox_cc b/www/chromium/patches/patch-sandbox_policy_sandbox_cc deleted file mode 100644 index 84ab1c9..0000000 --- a/www/chromium/patches/patch-sandbox_policy_sandbox_cc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | Index: sandbox/policy/sandbox.cc | ||
| 2 | --- sandbox/policy/sandbox.cc.orig | ||
| 3 | +++ sandbox/policy/sandbox.cc | ||
| 4 | @@ -17,6 +17,10 @@ | ||
| 5 | #include "sandbox/policy/linux/sandbox_linux.h" | ||
| 6 | #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) | ||
| 7 | |||
| 8 | +#if BUILDFLAG(IS_BSD) | ||
| 9 | +#include "sandbox/policy/openbsd/sandbox_openbsd.h" | ||
| 10 | +#endif // BUILDFLAG(IS_BSD) | ||
| 11 | + | ||
| 12 | #if BUILDFLAG(IS_MAC) | ||
| 13 | #include "sandbox/mac/seatbelt.h" | ||
| 14 | #endif // BUILDFLAG(IS_MAC) | ||
| 15 | @@ -30,7 +34,7 @@ | ||
| 16 | namespace sandbox { | ||
| 17 | namespace policy { | ||
| 18 | |||
| 19 | -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) | ||
| 20 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) | ||
| 21 | bool Sandbox::Initialize(sandbox::mojom::Sandbox sandbox_type, | ||
| 22 | SandboxLinux::PreSandboxHook hook, | ||
| 23 | const SandboxLinux::Options& options) { | ||
