blob: 8b927e59c4d1bcca340e9ca58b1cc8a2feb28a23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- sandbox/policy/mojom/sandbox.mojom.orig 2025-02-19 07:43:18 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,
|