aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-sandbox_policy_mojom_sandbox.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-sandbox_policy_mojom_sandbox.mojom')
-rw-r--r--devel/electron37/files/patch-sandbox_policy_mojom_sandbox.mojom15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-sandbox_policy_mojom_sandbox.mojom b/devel/electron37/files/patch-sandbox_policy_mojom_sandbox.mojom
new file mode 100644
index 000000000000..5437a34b4052
--- /dev/null
+++ b/devel/electron37/files/patch-sandbox_policy_mojom_sandbox.mojom
@@ -0,0 +1,15 @@
+--- sandbox/policy/mojom/sandbox.mojom.orig 2025-03-24 20:50:14 UTC
++++ sandbox/policy/mojom/sandbox.mojom
+@@ -74,6 +74,12 @@ enum Sandbox {
+ // Minimally privileged sandbox on Fuchsia.
+ [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] kIconReader,