aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-sandbox_policy_mojom_sandbox.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-sandbox_policy_mojom_sandbox.mojom')
-rw-r--r--devel/electron29/files/patch-sandbox_policy_mojom_sandbox.mojom15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-sandbox_policy_mojom_sandbox.mojom b/devel/electron29/files/patch-sandbox_policy_mojom_sandbox.mojom
new file mode 100644
index 000000000000..5de6ad251b67
--- /dev/null
+++ b/devel/electron29/files/patch-sandbox_policy_mojom_sandbox.mojom
@@ -0,0 +1,15 @@
+--- sandbox/policy/mojom/sandbox.mojom.orig 2023-11-29 21:40:08 UTC
++++ sandbox/policy/mojom/sandbox.mojom
+@@ -77,6 +77,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]