diff options
author | Matthias Wolf <freebsd@rheinwolf.de> | 2022-02-01 18:38:49 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-02-01 18:45:40 +0100 |
commit | aa70a996eae7376396a5dd8a9e5105bebb6bc72c (patch) | |
tree | ee91e0564101803a57091d4df8e4f3892eb8d0fc /www/chromium/files/patch-sandbox_policy_sandbox.h | |
parent | www/firefox-esr: update to 91.6.0 (rc1) (diff) |
www/chromium: update to 97.0.4692.99
Note that the port is currently broken on i386 as it does not compile there.
Security: https://vuxml.freebsd.org/freebsd/51496cbc-7a0e-11ec-a323-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/9eeccbf3-6e26-11ec-bb10-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/fb9ba490-5cc4-11ec-aac7-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/18ac074c-579f-11ec-aac7-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/b8c0cbca-472d-11ec-83dc-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/976d7bf9-38ea-11ec-b3b0-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/bdaecfad-3117-11ec-b3b0-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-sandbox_policy_sandbox.h')
-rw-r--r-- | www/chromium/files/patch-sandbox_policy_sandbox.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-sandbox_policy_sandbox.h b/www/chromium/files/patch-sandbox_policy_sandbox.h index 25dabef67f29..d8da02cb7e6d 100644 --- a/www/chromium/files/patch-sandbox_policy_sandbox.h +++ b/www/chromium/files/patch-sandbox_policy_sandbox.h @@ -1,8 +1,8 @@ ---- sandbox/policy/sandbox.h.orig 2021-06-11 14:23:34 UTC +--- sandbox/policy/sandbox.h.orig 2022-01-20 10:36:01 UTC +++ sandbox/policy/sandbox.h -@@ -9,6 +9,10 @@ +@@ -8,6 +8,10 @@ + #include "build/build_config.h" #include "sandbox/policy/export.h" - #include "sandbox/policy/sandbox_type.h" +#if defined(OS_FREEBSD) +#include "sandbox/policy/freebsd/sandbox_freebsd.h" @@ -11,14 +11,14 @@ #if defined(OS_LINUX) || defined(OS_CHROMEOS) #include "sandbox/policy/linux/sandbox_linux.h" #endif -@@ -30,6 +34,10 @@ namespace policy { +@@ -32,6 +36,10 @@ namespace policy { class SANDBOX_POLICY_EXPORT Sandbox { public: +#if defined(OS_FREEBSD) -+ static bool Initialize(SandboxType sandbox_type); ++ static bool Initialize(sandbox::mojom::Sandbox sandbox_type); +#endif // defined(OS_FREEBSD) + #if defined(OS_LINUX) || defined(OS_CHROMEOS) - static bool Initialize(SandboxType sandbox_type, + static bool Initialize(sandbox::mojom::Sandbox sandbox_type, SandboxLinux::PreSandboxHook hook, |