ports/www/chromium/patches/patch-sandbox_policy_mojom_sandbox_mojom

16 lines
408 B
Text

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]