15 lines
382 B
Text
15 lines
382 B
Text
--- sandbox/policy/mojom/sandbox.mojom.orig 2023-03-13 07:33:08 UTC
|
|
+++ sandbox/policy/mojom/sandbox.mojom
|
|
@@ -76,6 +76,12 @@ enum Sandbox {
|
|
[EnableIf=is_win]
|
|
kFileUtil,
|
|
|
|
+ [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]
|