aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom
blob: 48b525912c9f859ba49d21f09c4d30b6db72aa29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- sandbox/policy/mojom/sandbox.mojom.orig	2023-12-10 06:10:27 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]