ports/www/chromium/patches/patch-sandbox_policy_mojom_sandbox_mojom

17 lines
408 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sandbox/policy/mojom/sandbox.mojom
--- sandbox/policy/mojom/sandbox.mojom.orig
+++ sandbox/policy/mojom/sandbox.mojom
@@ -72,6 +72,12 @@ enum Sandbox {
[EnableIf=is_fuchsia]
kVideoCapture,
+ [EnableIf=is_openbsd]
+ kVideoCapture,
+
+ [EnableIf=is_freebsd]
+ kVideoCapture,
+
// Allows access to file contents and Windows APIs for parsing icons from PE
// files.
[EnableIf=is_win]