blob: a003a1e4b02e920e18cf78a0b8f81422e9057a6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-sandbox_policy_mojom_sandbox_mojom,v 1.2 2021/11/16 11:28:47 robert Exp $
Index: sandbox/policy/mojom/sandbox.mojom
--- sandbox/policy/mojom/sandbox.mojom.orig
+++ sandbox/policy/mojom/sandbox.mojom
@@ -45,7 +45,7 @@ enum Sandbox {
// Equivalent to no sandbox on all non-Fuchsia platforms.
// Minimally privileged sandbox on Fuchsia.
- [EnableIf=is_fuchsia]
+ [EnableIf=is_openbsd]
kVideoCapture,
// Allows access to file contents and Windows APIs for parsing icons from PE
|