freebsd-ports/www/iridium/files/patch-sandbox_policy_mojom_sandbox.mojom
Robert Nagy 7034f5e54b www/iridium: update to 2023.03.111
Approved by:	rene (mentor)
2023-03-14 06:51:33 +01:00

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]