forked from Lainports/opnsense-ports
15 lines
390 B
Text
15 lines
390 B
Text
--- sandbox/policy/mojom/sandbox.mojom.orig 2023-11-29 21:40:08 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]
|