summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-sandbox_policy_mojom_sandbox.mojom
blob: 3d0ac4f087f498de2fa0b7fbd5041ffce10b5265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- sandbox/policy/mojom/sandbox.mojom.orig	2023-07-21 09:49:17 UTC
+++ 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]