mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
15 lines
390 B
Text
15 lines
390 B
Text
--- 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]
|