Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 225ae87

Browse files
authored
[fuchsia] Diagnostics directory rights are R* (#39203)
1 parent f03b123 commit 225ae87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/platform/fuchsia/dart_runner/meta/common.shard.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// have support for CML includes from the SDK.
99
{
1010
directory: "diagnostics",
11-
rights: [ "connect" ],
11+
rights: [ "r*" ],
1212
path: "/diagnostics",
1313
},
1414
],

shell/platform/fuchsia/flutter/meta/common.shard.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// have support for CML includes from the SDK.
99
{
1010
directory: "diagnostics",
11-
rights: [ "connect" ],
11+
rights: [ "r*" ],
1212
path: "/diagnostics",
1313
},
1414
],

0 commit comments

Comments
 (0)