aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-sandbox_policy_mojom_sandbox.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-sandbox_policy_mojom_sandbox.mojom')
-rw-r--r--devel/electron33/files/patch-sandbox_policy_mojom_sandbox.mojom15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/electron33/files/patch-sandbox_policy_mojom_sandbox.mojom b/devel/electron33/files/patch-sandbox_policy_mojom_sandbox.mojom
deleted file mode 100644
index 2b057f75cea1..000000000000
--- a/devel/electron33/files/patch-sandbox_policy_mojom_sandbox.mojom
+++ /dev/null
@@ -1,15 +0,0 @@
---- sandbox/policy/mojom/sandbox.mojom.orig 2024-10-16 21:31:37 UTC
-+++ sandbox/policy/mojom/sandbox.mojom
-@@ -80,6 +80,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]