ports/www/ungoogled-chromium/patches/patch-sandbox_policy_mojom_sandbox_mojom

17 lines
408 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sandbox/policy/mojom/sandbox.mojom
--- sandbox/policy/mojom/sandbox.mojom.orig
+++ sandbox/policy/mojom/sandbox.mojom
2024-05-20 13:42:05 +00:00
@@ -77,6 +77,12 @@ enum Sandbox {
2023-08-16 22:26:55 +00:00
[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]