aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-sandbox_policy_mojom_sandbox.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-sandbox_policy_mojom_sandbox.mojom')
-rw-r--r--devel/electron35/files/patch-sandbox_policy_mojom_sandbox.mojom15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/electron35/files/patch-sandbox_policy_mojom_sandbox.mojom b/devel/electron35/files/patch-sandbox_policy_mojom_sandbox.mojom
deleted file mode 100644
index 5437a34b4052..000000000000
--- a/devel/electron35/files/patch-sandbox_policy_mojom_sandbox.mojom
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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,